Update dockerfile file for new prod check.

This commit is contained in:
Lucid Kobold
2025-06-20 16:31:51 -04:00
parent 24cd656343
commit e63a9cf369

View File

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