From 96c185d323460e6718c50f12f53e6b40b9ba2bf7 Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Wed, 17 May 2023 16:35:10 +0200 Subject: [PATCH] Get the plz index at start --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 474041f..8ecf2e1 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,6 +3,7 @@ python manage.py migrate python manage.py getlocales python manage.py makemessages -all python manage.py compilemessages -f +python manage.py getplzindex nginx