Skip to content

Commit 227cd26

Browse files
committed
[DOP-15023] Fix backend entrypoint
1 parent 720e91e commit 227cd26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/entrypoint_backend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -e
44
python -m syncmaster.db.migrations upgrade head
55

66
# exec is required to forward all signals to the main process
7-
exec python -m syncmaster.backend --host 0.0.0.0 --port 8000 "$@" &
7+
exec python -m syncmaster.backend --host 0.0.0.0 --port 8000 "$@"

0 commit comments

Comments
 (0)