Automated commit to test555 from Docker container

This commit is contained in:
risadmin_prod 2025-05-16 13:52:26 +00:00
commit e4f0f2472f
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