mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
set proper permissions on ./application/cache
This commit is contained in:
@@ -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/; \
|
||||
|
||||
Reference in New Issue
Block a user