Skip to content

Commit

Permalink
docker: fix server exec
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed Aug 12, 2024
1 parent 3bad85b commit 880ef1f
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 @@ -39,4 +39,4 @@ COPY --link --from=builder /disco/discojs-node/dist/ discojs-node/dist/
COPY --link --from=builder /disco/server/dist/ server/dist/

WORKDIR server
CMD ["node", "dist/run_server.js"]
CMD ["node", "dist/main.js"]

0 comments on commit 880ef1f

Please sign in to comment.