Browse Source

ménage

master
Julien Cabillot 3 years ago
committed by root
parent
commit
d3b5117eda
1 changed files with 2 additions and 1 deletions
  1. 3
      Dockerfile

3
Dockerfile

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

Loading…
Cancel
Save