allow sass to be recompiled if required inside the container
This commit is contained in:
parent
96509f3dce
commit
8de5e63781
|
@ -15,6 +15,8 @@ chown -R app:app /downloads && \
|
|||
chmod -R 0755 /downloads && \
|
||||
chown -R root:app /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 {} \; && \
|
||||
|
||||
# Run migrations
|
||||
|
|
Loading…
Reference in New Issue