Skip to content

Commit c60ca3b

Browse files
committed
build: npm build replace npm ci
1 parent 05f2f98 commit c60ca3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44

55
COPY package.json /app
66

7-
RUN npm install
7+
RUN npm ci --only=production
88

99
COPY . /app
1010

0 commit comments

Comments
 (0)