yw5ncom/Dockerfile

4 lines
111 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-10 03:27:27 +00:00
COPY static/ /usr/share/nginx/html/