fix: update npm ci flag from --only=production to --omit=dev and remove nginx build job

This commit is contained in:
czlonkowski
2025-06-13 21:11:43 +02:00
parent d6f38dc1c4
commit b8b5e674dc
3 changed files with 46 additions and 65 deletions

View File

@@ -24,7 +24,7 @@ RUN apk add --no-cache curl su-exec util-linux && \
# Install production dependencies only
COPY package*.json ./
RUN npm ci --only=production && \
RUN npm ci --omit=dev && \
npm cache clean --force
# Copy built application