diff options
Diffstat (limited to 'docker/bin')
| -rw-r--r-- | docker/bin/docker-entrypoint.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/bin/docker-entrypoint.sh b/docker/bin/docker-entrypoint.sh index ee396d3..99a4bf6 100644 --- a/docker/bin/docker-entrypoint.sh +++ b/docker/bin/docker-entrypoint.sh @@ -4,8 +4,8 @@ # ------------------------------------------------------------------------------ # grand to 'cache' directory writable permissions # set file-cache directory to apache's user ownership -chmod -R 755 /var/www/html/cache -chown -R www-data:www-data /var/www/html/cache +chmod -R 755 /var/www/public/cache +chown -R www-data:www-data /var/www/public/cache # copy composer.json to 'www'; then prepare auutoloading # ------------------------------------------------------------------------------ |
