Skip to content

Commit

Permalink
updated starter script
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Jul 14, 2024
1 parent 79af537 commit 8b32862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start_w_gunicorn.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

gunicorn src.smolvault.main:app --workers 2 --worker-class uvicorn.workers.UvicornWorker
poetry run gunicorn src.smolvault.main:app --workers 2 --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:8000

0 comments on commit 8b32862

Please sign in to comment.