Automated commit to io83 from Docker container

This commit is contained in:
risadmin_prod 2025-05-16 14:05:45 +00:00
commit 8916509efc
2 changed files with 1786 additions and 0 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM nginx:alpine
COPY ./*.html /usr/share/nginx/html/
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]

1782
index.html Normal file

File diff suppressed because it is too large Load Diff