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 720e91e commit 227cd26Copy full SHA for 227cd26
docker/entrypoint_backend.sh
@@ -4,4 +4,4 @@ set -e
4
python -m syncmaster.db.migrations upgrade head
5
6
# exec is required to forward all signals to the main process
7
-exec python -m syncmaster.backend --host 0.0.0.0 --port 8000 "$@" &
+exec python -m syncmaster.backend --host 0.0.0.0 --port 8000 "$@"
0 commit comments