Skip to content

Commit 4ddd9ba

Browse files
committed
fix(docker): use npm ci
1 parent 792352c commit 4ddd9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . /home/node/
77
USER root
88
WORKDIR /home/node
99
RUN \
10-
npm install && \
10+
npm ci && \
1111
mkdir /home/node/export
1212

1313
WORKDIR /home/node/export

0 commit comments

Comments
 (0)