This commit is contained in:
mike
2025-12-17 16:21:56 +01:00
parent 1687a19116
commit 6ac8598bee

View File

@@ -1,3 +1,4 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/
COPY favico.ico /usr/share/nginx/html/
COPY nginx.conf /etc/nginx/conf.d/default.conf