Skip to content

Commit

Permalink
npm to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
nishio-dens committed Apr 21, 2019
1 parent 2fa8f13 commit 2801362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV APP_ROUTE /app
RUN mkdir -p $APP_ROUTE
WORKDIR $APP_ROUTE

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

CMD ["pm2-runtime", "process.yml"]

0 comments on commit 2801362

Please sign in to comment.