Skip to content

Commit

Permalink
[fix] dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Diving-Fish committed Jun 5, 2024
1 parent a5791bc commit 84f22ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org/
2 changes: 2 additions & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ WORKDIR /app

COPY package*.json ./

COPY .npmrc ./

RUN npm config set strict-ssl false

RUN npm install
Expand Down

0 comments on commit 84f22ff

Please sign in to comment.