Files
2026-08-12 17:55:20 +00:00

5 lines
124 B
Docker

FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80