initial
All checks were successful
Build and Deploy koneko.rocks / build-and-deploy (push) Successful in 9s

This commit is contained in:
2025-08-02 20:53:18 +02:00
commit 56b2574e5a
6 changed files with 112 additions and 0 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
COPY tower-fall.svg /usr/share/nginx/html/tower-fall.svg