Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
deepak191z
/
nginx-template
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fc8fe81
nginx-template
/
run.sh
xarical
Upload 6 files
c9ffc6b
verified
5 months ago
raw
Copy download link
history
blame
Safe
99 Bytes
#!/bin/bash
# start nginx
service nginx start
# start the processes
python api.py & python app.py