zkt26/z2/nginx/Dockerfile
2026-05-13 21:49:47 +02:00

3 lines
78 B
Docker

FROM nginx:latest
COPY ./frontend/index.html /usr/share/nginx/html/index.html