chore: add local docker validation workflow
This commit is contained in:
7
scripts/stop-local-docker.sh
Executable file
7
scripts/stop-local-docker.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
cd "$ROOT_DIR"
|
||||
|
||||
docker compose -f docker-compose.local.yml --env-file deploy/.env.local down "$@"
|
||||
Reference in New Issue
Block a user