Skip to content

Commit

Permalink
fix: correct npm install in docker container (open-sauced#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex authored Nov 3, 2021
1 parent 8e14b13 commit 7d08e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY package.json ./
COPY npm-shrinkwrap.json ./
COPY .npmrc ./

RUN npm i -g npm@latest
RUN npm ci

COPY docs ./docs
Expand Down

0 comments on commit 7d08e18

Please sign in to comment.