Automated commit to io844 from Docker container

This commit is contained in:
risadmin_prod 2025-05-17 06:36:04 +00:00
commit c97f7bd846
2 changed files with 3557 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;"]

3553
index.html Normal file

File diff suppressed because it is too large Load Diff