Reorganize files

This commit is contained in:
2025-12-16 12:51:46 +01:00
parent 5c7a3bee12
commit 6ea73ac0aa
11 changed files with 56 additions and 35 deletions

View File

@@ -0,0 +1,5 @@
FROM nginx:1.28-alpine
COPY ./default.conf /etc/nginx/conf.d/default.conf
COPY ./server.key /etc/ssl/crt/server.key
COPY ./server.crt /etc/ssl/crt/server.crt