This commit is contained in:
2026-03-31 15:16:11 +02:00
parent aee1de17eb
commit d1eefa81f5
3 changed files with 88 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
COPY logo.png /usr/share/nginx/html/logo.png
COPY logo.png /usr/share/nginx/html/logo.png
COPY favicon.svg /usr/share/nginx/html/favicon.svg