skip downloading the Cypress binary on Docker

This commit is contained in:
Felipe Knorr Kuhn 2021-06-26 16:48:57 -07:00
parent 6be733490f
commit f6e4907128

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 . .