From d3b5117eda57157338e8a670d43051999fee994d Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Fri, 3 Nov 2017 08:50:53 +0100 Subject: [PATCH] =?UTF-8?q?m=C3=A9nage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4dbf0bc..7f1965d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,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/*" && \ git clone "https://github.com/blueimp/jQuery-File-Upload.git" "html" RUN chown -R "www-data":"www-data" "/var/www/html"