Skip to content

Commit

Permalink
build: use 'npm i' in dockerfile (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlup committed Mar 30, 2021
1 parent e830314 commit c021f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ WORKDIR /home/node/undici

COPY . .

RUN npm ci
RUN npm i

USER node

0 comments on commit c021f8b

Please sign in to comment.