We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2f72b commit b6b11c8Copy full SHA for b6b11c8
src/backend/entrypoint.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
set -e
3
-python3 -m uvicorn "fastapi_app:create_app" --factory --port 8000
+python3 -m uvicorn "fastapi_app:create_app" --factory --host 0.0.0.0 --port 8000
0 commit comments