We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4020746 commit 4a54120Copy full SHA for 4a54120
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM node:16-alpine AS builder
2
WORKDIR /app
3
4
COPY package.json package-lock.json ./
5
-RUN npm ci
+RUN npm install
6
7
8
COPY . .
0 commit comments