Skip to content

Commit

Permalink
add entrypoint file
Browse files Browse the repository at this point in the history
  • Loading branch information
dublUayaychtee committed Jan 11, 2025
1 parent c654ae3 commit 4374354
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
./manage.py makemigrations
./manage.py migrate

gunicorn battery.wsgi:application --bind 0.0.0.0:8000 --workers 4

0 comments on commit 4374354

Please sign in to comment.