reworked docker setup
This commit is contained in:
5
docker/php/entrypoint.sh
Normal file
5
docker/php/entrypoint.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
trap "echo 'Stopping Apache...'; apachectl stop; exit 0" SIGTERM
|
||||
apachectl -D FOREGROUND &
|
||||
# Wait for Apache and all child processes to exit
|
||||
wait $!
|
||||
Reference in New Issue
Block a user