Files
web_meineordi/Dockerfile
2026-03-31 15:16:11 +02:00

5 lines
168 B
Docker

FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
COPY logo.png /usr/share/nginx/html/logo.png
COPY favicon.svg /usr/share/nginx/html/favicon.svg