add dockerfile and config

This commit is contained in:
2024-11-02 17:32:33 +03:00
commit 34148ff7d3
3 changed files with 63 additions and 0 deletions

5
docker/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM bitnami/nginx:latest
# Copy config
COPY ./docker/nginx.conf /opt/bitnami/nginx/conf/server_blocks/nginx.conf