Files
2026-08-21 10:42:38 +00:00

5 lines
78 B
Docker

FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80