Skip to content

Commit

Permalink
temporary add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Jun 16, 2024
1 parent dad0dc7 commit 3163ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY .env.production .env.production
COPY public/ public
COPY src/ src

RUN echo "//npm.pkg.github.com/:_authToken=${gpr_token}" > ~/.npmrc
RUN echo "//npm.pkg.github.com/:_authToken=${gpr_token}" > ~/.npmrc && cat ~/.npmrc
RUN npm ci --legacy-peer-deps
RUN npm run build

Expand Down

0 comments on commit 3163ff3

Please sign in to comment.