chore: Deleting redundant Dockerfile for Cypress (#5683)

Co-authored-by: Arpit Mohan <arpit@appsmith.com>
This commit is contained in:
Snyk bot 2021-08-26 09:10:53 +02:00 committed by GitHub
parent f65ef8ddf3
commit 058055331a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +0,0 @@
# FROM cypress/browsers:node10.16.3-chrome80-ff73
FROM nginx:1.17.9-alpine
RUN apt update -y -q && \
apt-get install -y -q nginx gettext-base && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
yarn global add serve