feat: add makerun image

- a basic image that enables running development builds
This commit is contained in:
2026-01-10 16:13:33 +11:00
parent 563df98993
commit bc43ff8e3c
4 changed files with 22 additions and 0 deletions
@@ -0,0 +1,8 @@
#!/usr/bin/bash
set -e
git clone --branch ${BRANCH} ${REPOSITORY} /app/repo
cd /app/repo
make run