diff --git a/docker/Dockerfile-old b/docker/Dockerfile-old index 97ba6ca..c641e5e 100644 --- a/docker/Dockerfile-old +++ b/docker/Dockerfile-old @@ -13,7 +13,7 @@ COPY package*.json ./ COPY yarn.lock ./ # Install project dependencies -RUN yarn +RUN yarn install --ignore-engines --immutable --no-cache --network-timeout 300000 --network-concurrency 1 # Copy over all project files and folders to the working directory COPY . .