Update dockerfile file to remove prod install.

This commit is contained in:
Lucid Kobold
2025-06-20 16:36:29 -04:00
parent e63a9cf369
commit 20328ae39a

View File

@@ -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 . .