Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Underground-Digital
/
cc-api
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Severian
commited on
Nov 21, 2024
Commit
0861680
·
verified
·
1 Parent(s):
9e23cc7
Delete start.sh
Browse files
Files changed (1)
hide
show
start.sh
+0
-7
start.sh
DELETED
Viewed
@@ -1,7 +0,0 @@
1
-
#!/bin/bash
2
-
3
-
# Start Nginx
4
-
nginx
5
-
6
-
# Start the FastAPI application
7
-
uvicorn api:app --host 0.0.0.0 --port 8444