This commit is contained in:
Julien Cabillot 2017-11-03 08:50:53 +01:00 committed by root
parent 0122eb7ffd
commit d3b5117eda

View File

@ -15,7 +15,8 @@ RUN sed -i'' 's/^Listen 80$/Listen 8080/' "/etc/apache2/ports.conf" && \
"/usr/src/*" \ "/usr/src/*" \
"/var/cache/*" \ "/var/cache/*" \
"/var/log/"{apt/*,dpkg.log} \ "/var/log/"{apt/*,dpkg.log} \
"/var/www/html" && \ "/var/www/html" \
"/tmp/*" && \
git clone "https://github.com/blueimp/jQuery-File-Upload.git" "html" git clone "https://github.com/blueimp/jQuery-File-Upload.git" "html"
RUN chown -R "www-data":"www-data" "/var/www/html" RUN chown -R "www-data":"www-data" "/var/www/html"