summaryrefslogtreecommitdiff
path: root/docker/bin
diff options
context:
space:
mode:
Diffstat (limited to 'docker/bin')
-rw-r--r--docker/bin/docker-entrypoint.sh4
1 files changed, 1 insertions, 3 deletions
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