Add Docker setup for production environment.

This commit is contained in:
2023-12-08 21:10:31 +06:00
parent 8ccbd5000d
commit 6bf2bc793b
6 changed files with 348 additions and 0 deletions

3
docker/nginx/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM nginx:alpine3.18-slim
COPY nginx.conf /etc/nginx/conf.d/default.conf