RUN npm install --production

This commit is contained in:
kittapath 2025-09-15 22:50:17 +07:00
parent 27f53b252d
commit 41c97e5f12

View file

@ -27,7 +27,7 @@ COPY --from=build-stage /app/dist ./dist
# Install only production dependencies
COPY package*.json ./
RUN npm ci --production
RUN npm install --production
# Define the entrypoint and default command
# If you have a custom entrypoint script