Skip to content

Commit

Permalink
adding procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kravisankaran committed Dec 7, 2023
1 parent bcb02d5 commit 39b0744
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified .coverage
Binary file not shown.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
web: gunicorn --bind :8000 --workers 1 --threads 2 soloconnect.wsgi:application
websocket: daphne -b :: -p 5000 soloconnect.asgi:application

0 comments on commit 39b0744

Please sign in to comment.