Initial commit

This commit is contained in:
2023-01-17 22:46:02 +01:00
commit d734b0cc46
14 changed files with 2625 additions and 0 deletions

3
web/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf