Run compilemessages when building production image

This commit is contained in:
Bruno Alla 2023-05-31 10:59:52 +01:00
parent 9265732e57
commit c88ff2e18f
No known key found for this signature in database

View File

@ -121,4 +121,6 @@ RUN chown django:django ${APP_HOME}
USER django
RUN python manage.py compilemessages
ENTRYPOINT ["/entrypoint"]