Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle1morel committed Nov 15, 2023
1 parent b9d39f7 commit 05454c0
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 @@ -46,4 +46,4 @@ WORKDIR ${APP_ROOT}/app
RUN npm ci --omit=dev

EXPOSE ${APP_PORT}
CMD ["node", "./bin/www"]
CMD ["./node_modules/.bin/ts-node", "--transpile-only", "./bin/www"]

0 comments on commit 05454c0

Please sign in to comment.