some fixes?

This commit is contained in:
Ross
2025-12-01 11:12:01 +00:00
parent 359682a0cd
commit 2157b6f781
8 changed files with 93 additions and 41 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
set -e
REPO_ROOT="$(cd "$(dirname "$0")/.." && pwd)"
cd "$REPO_ROOT"
docker compose -f docker/docker-compose.prod.yml -f docker/docker-compose.test.yml -f docker/docker-compose.dev.yml down --volumes --remove-orphans