Skip to content

Commit b634c40

Browse files
fix: omit dev flag removed
1 parent 7348a8a commit b634c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ichub-frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FROM node:23-alpine AS builder
2525

2626
# Copy package files and install dependencies
2727
COPY package.json package-lock.json ./
28-
RUN npm ci --omit=dev --ignore-scripts
28+
RUN npm ci --ignore-scripts
2929

3030
# Copy the rest of the source code
3131
COPY . /app

0 commit comments

Comments
 (0)