set proper permissions on ./application/cache

This commit is contained in:
Christoph Kottke
2024-05-04 16:04:34 +02:00
parent 0c828f5c53
commit 914ffef88a

View File

@@ -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/; \