initial version

This commit is contained in:
2026-03-31 18:53:02 +04:00
commit dec08d5809
4 changed files with 948 additions and 0 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM nginx
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY ./interface.html /usr/share/nginx/html/index.html