From 2b6970d33afd75be5bfef951dc3691d492004d43 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Tue, 18 Apr 2023 01:11:37 +0300 Subject: admin back-office environment (skeleton); admin categories --- docker/bin/docker-entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docker') 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 # ------------------------------------------------------------------------------ -- cgit v1.2.3