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 6627812 commit 74870d3Copy full SHA for 74870d3
backend-javascript-cjs/Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /app
4
5
COPY package.json package-lock.json ./
6
7
-RUN npm ci --omit=dev
+RUN npm install
8
9
COPY . .
10
0 commit comments