From 423505cdf54c52947482509329c2a1c8ece97c39 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Wed, 19 Apr 2023 05:22:22 +0300 Subject: admin back-office environment: lessons management --- docker/bin/docker-entrypoint.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docker/bin') diff --git a/docker/bin/docker-entrypoint.sh b/docker/bin/docker-entrypoint.sh index a01f3a3..f421d80 100644 --- a/docker/bin/docker-entrypoint.sh +++ b/docker/bin/docker-entrypoint.sh @@ -4,8 +4,6 @@ # ------------------------------------------------------------------------------ # grand to 'cache' directory writable permissions # set file-cache directory to apache's user ownership -chmod -R 755 /var/www/public/cache -chown -R www-data:www-data /var/www/public/cache chmod -R 755 /var/www/storage chown -R www-data:www-data /var/www/storage @@ -24,4 +22,4 @@ cp /var/www/docker/config/composer-naked.json /var/www/composer.json # start apache # ------------------------------------------------------------------------------ # End with running the original command -exec /usr/sbin/apache2ctl -D FOREGROUND \ No newline at end of file +exec /usr/sbin/apache2ctl -D FOREGROUND -- cgit v1.2.3