Skip to content

Commit

Permalink
feat(scripts/run.sh): adds gunicorn to run server
Browse files Browse the repository at this point in the history
  • Loading branch information
struckchure committed Nov 9, 2022
1 parent 2f1e95e commit d0fe2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Django==4.1.3
django-cors-headers==3.13.0
djangorestframework==3.14.0
executing==1.2.0
gunicorn==20.1.0
ipython==8.6.0
jedi==0.18.1
matplotlib-inline==0.1.6
Expand Down
2 changes: 1 addition & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -e

python manage.py runserver 0.0.0.0:$PORT
gunicorn file_storage.wsgi --bind 0.0.0.0:$PORT

0 comments on commit d0fe2b3

Please sign in to comment.