add omit optional flag

This commit is contained in:
Alex Holliday
2025-09-01 09:06:42 -07:00
parent ec80a2dc0b
commit fcd6741cf9

View File

@@ -16,7 +16,7 @@ COPY server ./
COPY --from=frontend-build /app/client/dist ./public
RUN npm ci
RUN npm ci --omit=optional
RUN chmod +x ./scripts/inject-vars.sh