Skip to content

Commit

Permalink
new base CMD for dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Nov 17, 2023
1 parent a8d16f6 commit 595fd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WORKDIR /app/packages/ws-worker
# ------------------------------------------------------------------------------

EXPOSE 2222
CMD [ "pnpm", "start:prod"]
CMD [ "node", "dist/start.js"]

# 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 595fd3c

Please sign in to comment.