Files
docker-test/Dockerfile
2025-08-25 18:31:28 +01:00

3 lines
98 B
Docker

FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY html/ /usr/share/nginx/html/