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 7a8c03e commit 4cad08dCopy full SHA for 4cad08d
other/Dockerfile
@@ -15,7 +15,7 @@ FROM base as deps
15
WORKDIR /myapp
16
17
ADD package.json package-lock.json .npmrc ./
18
-RUN npm install --include=dev
+RUN npm ci --include=dev
19
20
# Setup production node_modules
21
FROM base as production-deps
0 commit comments