Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akborana4
/
devportal1
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
akborana4
commited on
Mar 16
Commit
8dc431f
·
verified
·
1 Parent(s):
5f903ba
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+3
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
#!/bin/bash
2
+
# Start the FastAPI modular application
3
+
exec uvicorn backend.main:app --host 0.0.0.0 --port 7860