Files
2026-04-14 07:13:28 +02:00

4 lines
77 B
Docker

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