diff --git a/docker/config/webapp/setup.sh b/docker/config/webapp/setup.sh index 2e22815..7b5ff7d 100644 --- a/docker/config/webapp/setup.sh +++ b/docker/config/webapp/setup.sh @@ -30,3 +30,4 @@ if [ $MODE = "production" ]; then fi mkdir -p data/cache/DoctrineEntityProxy +chmod 777 -R data/cache/DoctrineEntityProxy diff --git a/k8s/php/setup.sh b/k8s/php/setup.sh index 21f9dd9..925686f 100644 --- a/k8s/php/setup.sh +++ b/k8s/php/setup.sh @@ -26,3 +26,4 @@ if [ $MODE = "production" ]; then fi mkdir -p data/cache/DoctrineEntityProxy +chmod 777 -R data/cache/DoctrineEntityProxy