From 3f1e63cb44219f022aa04bb97341da78212880f0 Mon Sep 17 00:00:00 2001 From: GotPPay Date: Thu, 30 Aug 2018 23:33:31 +0200 Subject: [PATCH] set permissions to allow upload --- backend.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.dockerfile b/backend.dockerfile index 285710c..4987db7 100644 --- a/backend.dockerfile +++ b/backend.dockerfile @@ -63,6 +63,6 @@ RUN ln -s ../html api COPY docker/php/.htaccess /var/www/html/ -RUN chown -R www-data:www-data /var/www/html +RUN chown -R www-data:www-data /var/www/html && chmod 750 -R /var/www/html/app/uploads CMD /init-scripts/setup.sh