From 7be45a1a8c9d0538a1f933d6151fe94d9af11fca Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Mon, 22 Mar 2021 00:09:08 +0100 Subject: [PATCH] [Docker] Do not run compilescss on startup --- docker-startup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-startup.sh b/docker-startup.sh index 98705fb16..6d7c446b9 100755 --- a/docker-startup.sh +++ b/docker-startup.sh @@ -48,7 +48,6 @@ wait_database() { prepare_static() { # Prepare static files; should only be run in app container or job - aleksis-admin compilescss aleksis-admin collectstatic --no-input --clear } -- GitLab