From d7c9dcf8c64f9bd2a063833c3e8b788888215c4b Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 18 Oct 2022 15:19:24 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rootfs/usr/local/bin/entrypoint-lighttpd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rootfs/usr/local/bin/entrypoint-lighttpd.sh b/rootfs/usr/local/bin/entrypoint-lighttpd.sh index 5a037d7..5337d7c 100755 --- a/rootfs/usr/local/bin/entrypoint-lighttpd.sh +++ b/rootfs/usr/local/bin/entrypoint-lighttpd.sh @@ -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