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