Skip to content

Commit

Permalink
edit docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
metantesan committed Oct 31, 2024
1 parent d40c4ab commit 9d2ec2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/sh
python manage.py collectstatic --noinput
python manage.py migrate
gunicorn --workers=3 --bind=0.0.0.0:8000 core.wsgi:application

0 comments on commit 9d2ec2a

Please sign in to comment.