Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alexanderander30
/
isanfredo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c44ac98
isanfredo
/
run (1).sh
alexanderander30
Upload 5 files
8d78e2b
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
182 Bytes
#!/bin/bash
# Careful: can't create tmp files from this script
cat
nginx.conf | sed
"s|API_URL|
${API_URL}
|g"
> /etc/nginx/sites-available/default
service nginx start
sleep
infinity