Skip to content

Commit 2297b66

Browse files
committed
fix: Propagate SIGINT signal
1 parent 5920fdd commit 2297b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -eu
33

44
if [ "$1" = 'api' ]; then
5-
python3 ./app.py run
5+
exec python3 ./app.py run
66
else
77
exec "$@"
88
fi

0 commit comments

Comments
 (0)