Skip to content

Commit

Permalink
refactor: use NPM since Yarn is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaro-origen committed Mar 12, 2024
1 parent aa4776b commit aac3abf
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 @@ -4,7 +4,7 @@ USER root

ENV NODE_ENV=production

RUN yarn && yarn add verdaccio-github-oauth-ui verdaccio-aws-s3-storage
RUN npm install && npm install verdaccio-github-oauth-ui verdaccio-aws-s3-storage

COPY ./config.yaml /verdaccio/conf

Expand Down

0 comments on commit aac3abf

Please sign in to comment.