chore: Deleting redundant Dockerfile for Cypress (#5683)
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
This commit is contained in:
parent
f65ef8ddf3
commit
058055331a
|
|
@ -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
|
||||
Loading…
Reference in New Issue
Block a user