initial
Some checks failed
Build and Deploy koneko.rocks / build-and-deploy (push) Failing after 6s

This commit is contained in:
2025-07-14 01:07:42 +02:00
commit e37f00775f
5 changed files with 73 additions and 0 deletions

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html