docker git and nodejs

This commit is contained in:
Zi Gao 2025-06-08 22:06:56 +10:00
parent 599ef6fff3
commit 48729e78cb
2 changed files with 14 additions and 0 deletions

4
build.sh Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
docker build --pull --rm -t registry.mightycastle.net/runner-image:latest .
docker push registry.mightycastle.net/runner-image:latest