From 02923fa64c8499021ec36d1ddc0be52a306129b3 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 3 Mar 2024 19:24:23 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=20=20Adds=20--immutable=20to=20yar?= =?UTF-8?q?n=20installation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a6b4e47..f1df5c31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ WORKDIR /app # Install app dependencies COPY package.json yarn.lock ./ -RUN yarn install --ignore-engines --frozen-lockfile --no-cache --network-timeout 600000 +RUN yarn install --ignore-engines --immutable --no-cache --network-timeout 600000 # Copy over all project files and folders to the working directory COPY . ./