From 1573393311d3331c40c60e365e5dfc82841cd2a3 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Tue, 15 Oct 2024 00:02:32 +0100 Subject: [PATCH] compress static files --- scripts/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index 6dff604..c10ead8 100755 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -1,6 +1,7 @@ #!/bin/sh python manage.py collectstatic +python manage.py compress python manage.py migrate exec "$@" \ No newline at end of file