Landingpage/Dockerfile
2026-04-14 11:21:55 +00:00

4 lines
78 B
Docker

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