Skip to content

Commit 6688f85

Browse files
Update Dockerfile
1 parent 0ba8086 commit 6688f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:21
33
WORKDIR /app
44

55
COPY package*.json ./
6-
RUN npm ci --only=production
6+
RUN npm install --ignore-scripts
77

88
COPY . .
99

0 commit comments

Comments
 (0)