From e63a9cf36913d44ea4b802ebf3cab598a6a20653 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Fri, 20 Jun 2025 16:31:51 -0400 Subject: [PATCH] Update dockerfile file for new prod check. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1775011..f412e25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ FROM base AS runner COPY package*.json ./ # Install only production app dependencies -RUN yarn install --frozen-lockfile +RUN yarn install --immutable-cache # Bundle app source COPY . .