Skip to content

Commit

Permalink
Merge pull request #542 from alagane/upgrade-docker-npm
Browse files Browse the repository at this point in the history
Fix npm build problems on CI
  • Loading branch information
alagane authored Mar 17, 2022
2 parents 223e34c + 57cc915 commit 189e08b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ WORKDIR /app

COPY package.json /app/

RUN npm install -g [email protected]

RUN npm install

COPY . .
Expand Down

0 comments on commit 189e08b

Please sign in to comment.