This commit is contained in:
2025-08-25 18:31:28 +01:00
parent 56f6df8e46
commit faeedcd76e

3
Dockerfile Normal file
View File

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