Skip to content

Commit

Permalink
- same command for 8.1 container
Browse files Browse the repository at this point in the history
  • Loading branch information
horuskol committed Aug 11, 2023
1 parent 047ed3c commit 6ec7c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/php-8.1/start-container
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ if [ $# -gt 0 ]; then
exec gosu $WWWUSER "$@"
else
# We want the container to stay alive after starting, but not really do anything until asked
exec sleep infinity
exec /bin/bash -c "trap : TERM INT; sleep infinity & wait"
fi

0 comments on commit 6ec7c38

Please sign in to comment.