Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
durinn
/
dowser
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dowser
/
Dockerfile
vstrandmoe
setup proxy
2dc0cba
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
105 Bytes
FROM
nginx:alpine
COPY
nginx.conf /etc/nginx/nginx.conf
EXPOSE
7860
CMD
[
"nginx"
,
"-g"
,
"daemon off;"
]