From d64ce0d6ee1051e50742c5dbae11ce84e6532d76 Mon Sep 17 00:00:00 2001
From: EorlBruder <david@jointech.org>
Date: Mon, 14 Mar 2022 11:26:10 +0100
Subject: [PATCH] fix(init): collect static resources

---
 run.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/run.sh b/run.sh
index af638ba0..f582f318 100755
--- a/run.sh
+++ b/run.sh
@@ -40,6 +40,8 @@ if [[ $docker == "false" ]]; then
 	if [[ $mode == "init-db" ]]; then
 		echo "apply database migrations"
 		./manage.py migrate
+    echo "collect static resources"
+    ./manage.py collectstatic
 		echo "create django superuser"
 		./manage.py createsuperuser --noinput
 		echo "create rsa key"
-- 
GitLab