Skip to content

Commit

Permalink
CHILD_CONCURRENCY did not fix the build
Browse files Browse the repository at this point in the history
try skipping CYPRESS_INSTALL_BINARY

ref: cypress-io/cypress#4595
  • Loading branch information
juacompe committed Dec 27, 2020
1 parent 212c2ea commit 185a513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
@@ -1,6 +1,6 @@
FROM node:latest AS build
WORKDIR /app
ENV CHILD_CONCURRENCY 1
ENV CYPRESS_INSTALL_BINARY 0
COPY package*.json ./
RUN npm install
COPY . .
Expand Down

0 comments on commit 185a513

Please sign in to comment.