Skip to content

Commit

Permalink
use yarn instead of npm for install
Browse files Browse the repository at this point in the history
  • Loading branch information
anshuman852 committed May 28, 2023
1 parent 073fa7a commit 8db16e8
Show file tree
Hide file tree
Showing 2 changed files with 610 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ENV PORT=3500 \

EXPOSE ${PORT}

RUN npm install -g pm2
RUN npm install -g pm2 yarn

RUN npm install
RUN yarn install

CMD ["pm2-runtime", "start", "index.js"]

0 comments on commit 8db16e8

Please sign in to comment.