Skip to content

Commit

Permalink
fix: dockerfile, as yarn already exists in the container
Browse files Browse the repository at this point in the history
  • Loading branch information
anshuman852 committed May 28, 2023
1 parent 8db16e8 commit 1ba473a
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 @@ -12,7 +12,7 @@ ENV PORT=3500 \

EXPOSE ${PORT}

RUN npm install -g pm2 yarn
RUN yarn global add pm2

RUN yarn install

Expand Down

0 comments on commit 1ba473a

Please sign in to comment.