We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047ed3c commit 6ec7c38Copy full SHA for 6ec7c38
docker/php-8.1/start-container
@@ -9,5 +9,5 @@ if [ $# -gt 0 ]; then
9
exec gosu $WWWUSER "$@"
10
else
11
# We want the container to stay alive after starting, but not really do anything until asked
12
- exec sleep infinity
+ exec /bin/bash -c "trap : TERM INT; sleep infinity & wait"
13
fi
0 commit comments