From 3e724ae4c1ce718187547479faa04b47ab3b7208 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Mon, 27 May 2024 13:39:06 +0200 Subject: [PATCH] updated entrypoint with compilemessages --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index ce0b1ff3..58051188 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,5 +7,6 @@ set -x python manage.py check --deploy --database default python manage.py migrate --no-input python manage.py collectstatic --no-input +python manage.py compilemessages gunicorn app.wsgi:application --bind 0.0.0.0:8000