🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-18 15:19:24 -04:00
parent 7debfcd05e
commit d7c9dcf8c6

View File

@@ -226,6 +226,7 @@ healthcheck) # Docker healthcheck
*) # Execute primary command
if [ $# -eq 0 ]; then
echo "Container ip address is: $CONTAINER_IP_ADDRESS"
php-fpm-server &
start-lighttpd
exit ${exitCode:-$?}
else