docker/Dockerfile
2022-07-16 21:19:57 +02:00

3 lines
65 B
Docker

FROM nginx:1.19
COPY index.html /usr/share/nginx/html/index.html