From 9928443c461365c5ce1249f49f59aa42a7bd66f0 Mon Sep 17 00:00:00 2001 From: meeb Date: Sun, 13 Dec 2020 22:52:50 +1100 Subject: [PATCH] allow sass to be recompiled if required inside the container --- config/root/etc/cont-init.d/10-tubesync | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/root/etc/cont-init.d/10-tubesync b/config/root/etc/cont-init.d/10-tubesync index 792e3be7..fd18fc28 100644 --- a/config/root/etc/cont-init.d/10-tubesync +++ b/config/root/etc/cont-init.d/10-tubesync @@ -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