This commit is contained in:
2025-12-12 06:05:56 +05:00
parent d5787d3972
commit e6d04f986f
5 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
FROM nginx
COPY .build/dev/nginx.conf /etc/nginx/conf.d/default.conf
WORKDIR /etc/nginx