From 8de5e63781be64582b5647534f5f835aaf3ed0e0 Mon Sep 17 00:00:00 2001 From: meeb Date: Sun, 13 Dec 2020 22:43:06 +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 d72068f..792e3be 100644 --- a/config/root/etc/cont-init.d/10-tubesync +++ b/config/root/etc/cont-init.d/10-tubesync @@ -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