From a43c3af5b7d48626fba227e85c30795e5004da90 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Sat, 5 Oct 2024 12:27:13 +0200 Subject: [PATCH] Fix variable --- extras/docker/production/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/docker/production/entrypoint.sh b/extras/docker/production/entrypoint.sh index b67c646c1..d40015fc1 100644 --- a/extras/docker/production/entrypoint.sh +++ b/extras/docker/production/entrypoint.sh @@ -28,7 +28,7 @@ else yarn_static="--no-process-static" fi -wger bootstrap yarn_static +wger bootstrap $yarn_static # Collect static files if [ "$DJANGO_CLEAR_STATIC_FIRST" == "False" ]; then