Compare commits

...

No commits in common. "main" and "io844" have entirely different histories.
main ... io844

4 changed files with 1787 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
Dockerfile

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;"]

View File

@ -1,2 +0,0 @@
# custom1

1782
index.html Normal file

File diff suppressed because it is too large Load Diff