We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84aace5 commit 7012b1cCopy full SHA for 7012b1c
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ FROM node:20-alpine AS build-stage
4
WORKDIR /app
5
6
COPY package*.json ./
7
-RUN npm ci
+RUN npm install
8
9
COPY . .
10
RUN npm run build
0 commit comments