From d486c8ad217fe9811520b7b16afc70b91d9c3a93 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Tue, 26 Nov 2019 15:48:08 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 956a7b7..9e3905c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN chmod +x /usr/local/bin/entrypoint.sh && \ apt-get autoremove -y && \ # Enable PHP sed -i 's:# include "mod_fastcgi.conf": include "mod_fastcgi.conf":' /etc/lighttpd/lighttpd.conf && \ - sed -i 's:/usr/bin/php-cgi:/usr/bin/php-cgi7:' /etc/lighttpd/mod_fastcgi.conf && \ +# sed -i 's:/usr/bin/php-cgi:/usr/bin/php-cgi7:' /etc/lighttpd/mod_fastcgi.conf && \ # Include vhost's sed -i -e '$a\' -e 'include_shell "cat /etc/lighttpd/vhosts.d/*.conf"' /etc/lighttpd/lighttpd.conf && \ mkdir -p /run/lighttpd/ && chown lighttpd /run/lighttpd/