add nginx conf for homepage

This commit is contained in:
2025-10-17 14:25:06 +02:00
parent fc8de40524
commit 54f9394673
2 changed files with 73 additions and 0 deletions

4
nginx/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM nginx:latest
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d