overleaf/services/web/Dockerfile.frontend_ct
Alf Eaton 53324b0cd2 Add Cypress React component testing (#6974)
GitOrigin-RevId: 1260312a0644f3bc60e007a840045974336e264d
2022-04-05 12:17:30 +00:00

9 lines
182 B
Docker

ARG PROJECT_NAME
ARG BRANCH_NAME
ARG BUILD_NUMBER
ARG CYPRESS_IMAGE
FROM ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER as dev
FROM $CYPRESS_IMAGE
COPY --from=dev /overleaf /overleaf