From 185a513cf2eb9fdd77106032beb04f7fe772fdb5 Mon Sep 17 00:00:00 2001 From: juacompe Date: Sun, 27 Dec 2020 16:48:20 +0700 Subject: [PATCH] CHILD_CONCURRENCY did not fix the build try skipping CYPRESS_INSTALL_BINARY ref: https://github.com/cypress-io/cypress/issues/4595\#issuecomment-655741446 --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index e3a2541..edbbb23 100644 --- a/web/Dockerfile +++ b/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 . .