This commit is contained in:
z 2025-08-15 22:36:18 +09:30
commit 066d416daf
4 changed files with 98 additions and 0 deletions

2
.dockerignore Normal file
View file

@ -0,0 +1,2 @@
/.git
Dockerfile

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM lipanski/docker-static-website:latest
COPY . .

0
httpd.conf Normal file
View file

93
index.html Normal file

File diff suppressed because one or more lines are too long