PromucFlow_constructor/app/client/Dockerfile-cypress-test
Arpit Mohan aefcf68c80 Adding the docker image for Cypress + Nginx container.
Also modifying the Gitlab CI to use local Nginx for proxying to API backend while running Cypress tests.
2020-05-12 19:59:36 +00:00

4 lines
190 B
Plaintext

FROM cypress/browsers:node10.16.3-chrome80-ff73
RUN apt-get update -y && apt-get install -y nginx && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && yarn global add serve