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 0ba8086 commit 6688f85Copy full SHA for 6688f85
Dockerfile
@@ -3,7 +3,7 @@ FROM node:21
3
WORKDIR /app
4
5
COPY package*.json ./
6
-RUN npm ci --only=production
+RUN npm install --ignore-scripts
7
8
COPY . .
9
0 commit comments