Skip to content

Commit

Permalink
fix: docker stop does not send SIGTERM to node app
Browse files Browse the repository at this point in the history
  • Loading branch information
noahfigueras committed Sep 17, 2023
1 parent 1fbde6a commit eb31179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
DIR="$( dirname -- "$( readlink -f -- "$0"; )"; )"
node --experimental-specifier-resolution=node $DIR/../dist/index.js "$@"
exec node --experimental-specifier-resolution=node $DIR/../dist/index.js "$@"

0 comments on commit eb31179

Please sign in to comment.