We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5920fdd commit 2297b66Copy full SHA for 2297b66
api/src/init.sh
@@ -2,7 +2,7 @@
2
set -eu
3
4
if [ "$1" = 'api' ]; then
5
- python3 ./app.py run
+ exec python3 ./app.py run
6
else
7
exec "$@"
8
fi
0 commit comments