initial commit

This commit is contained in:
Urban Modig
2025-04-20 16:02:36 +02:00
commit 7175db2b54
15 changed files with 479 additions and 0 deletions

7
start.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
docker run --detach \
-p 81:80 \
--name flappy \
--restart unless-stopped \
urmo/flappy:latest