feat: compile messages on startup

This commit is contained in:
Pablo Moreno
2025-01-17 21:36:29 +01:00
parent ae26a8d09c
commit d746492398
+1
View File
@@ -8,6 +8,7 @@ WORKER_NUM_PROCESSES=${WORKER_NUM_PROCESSES:=1}
RUN_SERVER=${RUN_SERVER:="FALSE"}
RUN_CELERY=${RUN_CELERY:="FALSE"}
python manage.py compilemessages
if [ $RUN_SERVER = "TRUE" ]; then
service nginx start