add nginx.conf

This commit is contained in:
tuanvu
2026-02-11 13:59:28 +01:00
parent fa0575edc0
commit f98318f7da
3 changed files with 31 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
FROM nginx:latest
COPY dockerfiles/nginx/nginx.conf /etc/nginx/conf.d/default.conf