Initial Commit

This commit is contained in:
root
2023-01-17 20:45:43 +01:00
commit 854115e510
5 changed files with 258 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