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

4
build.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
docker build -t rubble.se:5000/urmo/flappy .
docker push rubble.se:5000/urmo/flappy