We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7348a8a commit b634c40Copy full SHA for b634c40
ichub-frontend/Dockerfile
@@ -25,7 +25,7 @@ FROM node:23-alpine AS builder
25
26
# Copy package files and install dependencies
27
COPY package.json package-lock.json ./
28
-RUN npm ci --omit=dev --ignore-scripts
+RUN npm ci --ignore-scripts
29
30
# Copy the rest of the source code
31
COPY . /app
0 commit comments