Skip to content

Commit

Permalink
Get pm2 back for now, so that we can get a shell
Browse files Browse the repository at this point in the history
..on rancher in the container.
  • Loading branch information
roschaefer committed Oct 4, 2018
1 parent 5cd89ed commit fbfc3fc
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 @@ -26,5 +26,5 @@ RUN yarn install --production=false --frozen-lockfile --non-interactive

COPY . /WebApp/
RUN ["yarn", "run", "build"]
# CMD ["pm2", "start", "node", "build/main.js", "-n", "frontend", "-i", "1", "--attach"]
CMD ["node", "build/main.js"]
CMD ["pm2", "start", "node", "build/main.js", "-n", "frontend", "-i", "1", "--attach"]
# CMD ["node", "build/main.js"]

0 comments on commit fbfc3fc

Please # to comment.