add nginx

This commit is contained in:
2025-07-13 19:26:32 +02:00
parent d6792cadd0
commit 6c8161985b
2 changed files with 34 additions and 0 deletions

4
nginx/Dockerfile Normal file
View File

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