From 914ffef88a3cee5e72fde1975268f50d6ddef030 Mon Sep 17 00:00:00 2001 From: Christoph Kottke Date: Sat, 4 May 2024 16:04:34 +0200 Subject: [PATCH] set proper permissions on ./application/cache --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 967366344..5c25fa5dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,6 +45,7 @@ RUN set -e; \ \ chown -R root:www-data /var/www/html; \ \ + chmod -R g+rw ./application/cache/; \ chmod -R g+rw ./application/config/; \ chmod -R g+rw ./application/logs/; \ chmod -R g+rw ./assets/; \