From 0cdce5e4ee408ef390d1751f1939ff531f282313 Mon Sep 17 00:00:00 2001 From: MuratovAS Date: Sun, 12 Dec 2021 16:58:56 +0500 Subject: [PATCH] fix Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3a41167..db1aeb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,7 @@ RUN mkdir -p /run/lighttpd/ && \ chown www-data. /run/lighttpd/ ADD lighttpd.conf /etc/lighttpd/lighttpd.conf +RUN mkdir -p /var/www/ ADD index.php /var/www/index.php ADD php.ini /etc/php7/php.ini