allow sass to be recompiled if required inside the container

pull/3/head
meeb 2020-12-13 22:52:50 +11:00
parent 8de5e63781
commit 9928443c46
1 changed files with 2 additions and 0 deletions

View File

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