Skip to content

Commit 4a54120

Browse files
committed
Dockerfile fixed
1 parent 4020746 commit 4a54120

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:16-alpine AS builder
22
WORKDIR /app
33

44
COPY package.json package-lock.json ./
5-
RUN npm ci
5+
RUN npm install
66

77

88
COPY . .

0 commit comments

Comments
 (0)