feat: add new folder
This commit is contained in:
8
gig-poc/infrastructure/scripts/down.sh
Executable file
8
gig-poc/infrastructure/scripts/down.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env sh
|
||||
set -eu
|
||||
|
||||
SCRIPT_DIR=$(CDPATH= cd -- "$(dirname "$0")" && pwd)
|
||||
INFRA_DIR=$(CDPATH= cd -- "$SCRIPT_DIR/.." && pwd)
|
||||
|
||||
cd "$INFRA_DIR"
|
||||
docker compose -f docker-compose.yml down
|
||||
Reference in New Issue
Block a user