feat: add makerun image (#29)
Deploy / build (push) Successful in 37s

- a basic image that enables running development builds

Reviewed-on: #29
This commit was merged in pull request #29.
This commit is contained in:
2026-01-10 16:16:10 +11:00
parent 563df98993
commit d9ad1d6b0e
4 changed files with 22 additions and 0 deletions
@@ -0,0 +1,8 @@
#!/usr/bin/bash
set -e
mkdir /app
git clone --branch ${BRANCH} ${REPOSITORY} /app/repo
cd /app/repo
make run