diff --git a/Dockerfile b/Dockerfile index f1df5c31..960edd61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ WORKDIR /app # Install app dependencies COPY package.json yarn.lock ./ -RUN yarn install --ignore-engines --immutable --no-cache --network-timeout 600000 +RUN yarn install --ignore-engines --immutable --no-cache --network-timeout 300000 --network-concurrency 1 --verbose # Copy over all project files and folders to the working directory COPY . ./