Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Clone04
/
nginDocker
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
nginDocker
/
entrypoint.sh
Clone04
Create entrypoint.sh
3f0eeac
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
62 Bytes
#!/bin/bash
service nginx start
while
true
do
sleep
60
done