zkt26/z2/nginx/Dockerfile
2026-04-22 20:00:34 +02:00

4 lines
124 B
Docker

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