Skip to content

Commit 6ec7c38

Browse files
committed
- same command for 8.1 container
1 parent 047ed3c commit 6ec7c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/php-8.1/start-container

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ if [ $# -gt 0 ]; then
99
exec gosu $WWWUSER "$@"
1010
else
1111
# We want the container to stay alive after starting, but not really do anything until asked
12-
exec sleep infinity
12+
exec /bin/bash -c "trap : TERM INT; sleep infinity & wait"
1313
fi

0 commit comments

Comments
 (0)