Skip to content

Commit bba4c88

Browse files
authored
Merge pull request #74 from sayroback/patch-1
Update entrypoint.sh - Add --host 0.0.0.0 to Uvicorn execution
2 parents fe2f72b + b6b11c8 commit bba4c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
set -e
3-
python3 -m uvicorn "fastapi_app:create_app" --factory --port 8000
3+
python3 -m uvicorn "fastapi_app:create_app" --factory --host 0.0.0.0 --port 8000

0 commit comments

Comments
 (0)