Skip to content

Commit

Permalink
fix(docker): use npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yumetodo committed Mar 8, 2020
1 parent 792352c commit 4ddd9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . /home/node/
USER root
WORKDIR /home/node
RUN \
npm install && \
npm ci && \
mkdir /home/node/export

WORKDIR /home/node/export
Expand Down

0 comments on commit 4ddd9ba

Please sign in to comment.