allow sass to be recompiled if required inside the container

This commit is contained in:
meeb 2020-12-13 22:43:06 +11:00
parent 96509f3dce
commit 8de5e63781
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ chown -R app:app /downloads && \
chmod -R 0755 /downloads && \ chmod -R 0755 /downloads && \
chown -R root:app /app && \ chown -R root:app /app && \
chmod -R 0750 /app && \ chmod -R 0750 /app && \
chown -R app:app /app/common/static && \
chmod -R 0750 /app/common/static && \
find /app -type f -exec chmod 640 {} \; && \ find /app -type f -exec chmod 640 {} \; && \
# Run migrations # Run migrations