This commit is contained in:
mike
2025-12-17 16:25:23 +01:00
parent 531193eb0b
commit 051b2911e7
2 changed files with 14 additions and 1 deletions

View File

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