Skip to content

Commit

Permalink
updated entrypoint with compilemessages
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-gray-tangent committed May 27, 2024
1 parent 2587039 commit 3e724ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3e724ae

Please sign in to comment.