Skip to content

Commit

Permalink
update dockerfile for standard pnpm start command
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Nov 1, 2023
1 parent ef8cdb9 commit 836bd05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ WORKDIR /app/packages/ws-worker
# ------------------------------------------------------------------------------

EXPOSE 2222
CMD [ "pnpm", "start", "-l", "ws://host.docker.internal:4000"]
CMD [ "pnpm", "start"]

# TODO: determine how to pass in the -l from `docker run` for running on mac m1
# CMD [ "pnpm", "start", "-l", "ws://host.docker.internal:4000"]

0 comments on commit 836bd05

Please sign in to comment.