1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-05 00:49:33 +00:00

fix Dockerfile

This commit is contained in:
MuratovAS 2021-12-12 16:58:56 +05:00
parent 4ee906b92f
commit 0cdce5e4ee
No known key found for this signature in database
GPG Key ID: AC356035D45A17DE

View File

@ -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