Skip to content

Commit

Permalink
Fix npm build problems on CI
Browse files Browse the repository at this point in the history
Related to #533
  • Loading branch information
alagane committed Mar 15, 2022
1 parent 223e34c commit 57cc915
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 57cc915

Please sign in to comment.