yw5ncom/Dockerfile

5 lines
147 B
Docker
Raw Normal View History

2024-07-16 22:15:41 +00:00
FROM docker.io/nginx:latest
2024-09-10 16:12:26 +00:00
COPY nginx.conf /etc/nginx/conf.d/default.conf
2024-09-25 06:10:23 +00:00
COPY html/ /usr/share/nginx/html/
COPY static/ /usr/share/nginx/static/