Skip to content

Commit

Permalink
build(dockerfile): use tsx as entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Sep 27, 2023
1 parent 7a0ca69 commit 94cc016
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 @@ -10,4 +10,4 @@ RUN npm i && \
RUN rm -rf node_modules && \
npm i --production

ENTRYPOINT [ "npm", "start" ]
ENTRYPOINT [ "npx", "tsx", "./src/main.ts" ]

0 comments on commit 94cc016

Please sign in to comment.