From 24cd6563437ff11fd822d9907d2b5d2eb3d3bcc5 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Fri, 20 Jun 2025 16:30:12 -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 46aeb47..1775011 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ FROM base AS runner COPY package*.json ./ # Install only production app dependencies -RUN yarn install --production +RUN yarn install --frozen-lockfile # Bundle app source COPY . .