spr standalone

This commit is contained in:
buenosairesam
2025-12-31 08:42:03 -03:00
parent 680969ca42
commit 21b8eab3cb
5 changed files with 82 additions and 0 deletions

7
ctrl/stop.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Stop soleprint Docker container
set -e
cd "$(dirname "$0")/../gen"
docker compose down