main: Added docker build for nginx

This commit is contained in:
2023-09-11 21:46:34 +10:00
parent f23f9a7dc4
commit e0b455b6b4
3 changed files with 75 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM nginx:latest
# Add custom nginx config
COPY ./nginx.conf /etc/nginx/conf.d/default.conf