Merge pull request #596 from knorrium/skip_cypress_on_docker

skip downloading the Cypress binary on Docker
This commit is contained in:
wiz 2021-07-04 07:02:05 +09:00 committed by GitHub
commit 5197a15e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ FROM node:12-buster-slim AS builder
ARG commitHash
ENV DOCKER_COMMIT_HASH=${commitHash}
ENV CYPRESS_INSTALL_BINARY=0
WORKDIR /build
COPY . .