This commit is contained in:
Julien Cabillot 2017-11-03 08:50:43 +01:00 committed by root
parent f84de5ca62
commit 5e40b4e0da

View File

@ -8,7 +8,8 @@ RUN sed -i'' 's/^Listen 80$/Listen 8080/' "/etc/apache2/ports.conf" && \
"/usr/src/*" \
"/var/cache/*" \
"/var/log/"{apt/*,dpkg.log} \
"/var/www/html" && \
"/var/www/html" \
"/tmp/*" && \
mkdir "/var/www/html" && \
chown "www-data":"www-data" "/var/www/html"