diff options
Diffstat (limited to 'docker/bin/docker-entrypoint.sh')
| -rw-r--r-- | docker/bin/docker-entrypoint.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/bin/docker-entrypoint.sh b/docker/bin/docker-entrypoint.sh index 99a4bf6..a01f3a3 100644 --- a/docker/bin/docker-entrypoint.sh +++ b/docker/bin/docker-entrypoint.sh @@ -6,6 +6,8 @@ # 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 # copy composer.json to 'www'; then prepare auutoloading # ------------------------------------------------------------------------------ |
