Skip to content

Commit

Permalink
add npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Jun 16, 2024
1 parent 6dd28e3 commit 7c9ba68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
legacy-peer-deps=true
@opendonationassistant:registry=https://npm.pkg.github.com
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ COPY package.json package.json
COPY tsconfig.json tsconfig.json
COPY .env .env
COPY .env.production .env.production
COPY .npmrc .npmrc
COPY public/ public
COPY src/ src

Expand Down

0 comments on commit 7c9ba68

Please sign in to comment.