Initial commit

This commit is contained in:
2026-04-17 13:53:44 +10:00
commit 1e29da45e6
4 changed files with 54 additions and 0 deletions

6
build.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
docker build --no-cache -t solstice-builder .
docker create --name extract solstice-builder
docker cp extract:/usr/local/bin/solstice ./solstice
docker rm extract