Also modifying the Gitlab CI to use local Nginx for proxying to API backend while running Cypress tests.
4 lines
190 B
Plaintext
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
|