From e3c1c106c6be853dd6ed72ef60453d4d05627818 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Tue, 26 Nov 2019 15:57:47 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9e3905c..1f31854 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,8 +28,8 @@ RUN chmod +x /usr/local/bin/entrypoint.sh && \ 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 && \ # 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/ + 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/ #ADD vhosts.d /etc/lighttpd/vhosts.d VOLUME /etc/lighttpd/vhosts.d