Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ariansyahdedy
/
chat
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ariansyahdedy
commited on
Nov 19, 2024
Commit
6980de8
·
1 Parent(s):
d5c46e9
Initial commit
Browse files
Files changed (1)
hide
show
start.sh
+7
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
#!/bin/bash
2
+
3
+
# Print all environment variables
4
+
env
5
+
6
+
# Start Hypercorn
7
+
hypercorn app.main:app --bind 0.0.0.0:$PORT