This commit is contained in:
mike
2025-12-17 14:47:40 +01:00
commit 075036133f
7 changed files with 914 additions and 0 deletions

3
Dockerfile Normal file
View File

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