Skip to content

Commit

Permalink
added host option
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Jul 16, 2024
1 parent d84d6da commit 365077e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/start_dev.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

poetry run uvicorn src.smolvault.main:app --reload --log-config=log_conf.yaml
poetry run uvicorn src.smolvault.main:app --log-config=log_conf.yaml --host 0.0.0.0

0 comments on commit 365077e

Please sign in to comment.