first commit

This commit is contained in:
2023-11-09 18:44:50 +01:00
commit 695abe054b
4 changed files with 119 additions and 0 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM nginx:alpine
WORKDIR /app
COPY ./nginx.conf /etc/nginx/nginx.conf