Skip to content

Commit

Permalink
Merge pull request #61 from SADiLaR/feature/compile_messages_on_build
Browse files Browse the repository at this point in the history
updated entrypoint with compilemessages
  • Loading branch information
daniel-gray-tangent authored May 27, 2024
2 parents 2587039 + 3e724ae commit 8c991dc
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 8c991dc

Please sign in to comment.