Initial commit

This commit is contained in:
2025-12-26 15:32:11 +01:00
parent a0fa0ef9d9
commit c301ec9669
2 changed files with 4 additions and 2 deletions

2
web/Dockerfile Normal file
View File

@@ -0,0 +1,2 @@
FROM nginx:alpine
COPY ../nginx.conf /etc/nginx/conf.d/default.conf