Skip to content

Commit

Permalink
Switch to Yarn (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorgomezv authored Sep 16, 2024
1 parent 2751255 commit 7afe22c
Show file tree
Hide file tree
Showing 4 changed files with 5,599 additions and 9,556 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ COPY ./migrations ./migrations
COPY ./migrate-mongo-config.js ./
COPY ./package*.json ./

RUN npm i
RUN yarn

EXPOSE 4200

CMD ["npm", "run", "start"]
CMD ["yarn", "run", "start"]
Loading

0 comments on commit 7afe22c

Please sign in to comment.