Skip to content

Commit

Permalink
remove pm2 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ajluker committed Aug 7, 2024
1 parent 0b0af2b commit c4b96fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ WORKDIR /app
COPY web .
RUN yarn
RUN cd frontend && yarn && yarn run build
RUN yarn global add pm2
CMD ["pm2-runtime", "yarn run serve", "--error", "~/hub.log", "--output", "~/hub.log"]
CMD ["yarn", "run", "serve"]

0 comments on commit c4b96fd

Please sign in to comment.