Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
navpan2
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test
/
nginx
/
Dockerfile
navpan2
Upload 84 files
852ac26
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
116 Bytes
FROM
nginx
WORKDIR
/etc/
nginx/
RUN rm
/etc/
nginx
/conf.d/
default
.conf
COPY
nginx.conf
/etc/
nginx/conf.d
EXPOSE
80