mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-14 00:44:53 +03:00
Run compilemessages when building production image
This commit is contained in:
parent
9265732e57
commit
c88ff2e18f
|
@ -121,4 +121,6 @@ RUN chown django:django ${APP_HOME}
|
|||
|
||||
USER django
|
||||
|
||||
RUN python manage.py compilemessages
|
||||
|
||||
ENTRYPOINT ["/entrypoint"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user