removed unused script files

This commit is contained in:
John Yeo
2025-06-17 19:59:18 +01:00
parent 271fa843be
commit 81e45edb74
3 changed files with 4 additions and 30 deletions

11
run.sh
View File

@@ -1,11 +0,0 @@
if [[ $1 == *"docker-compose"* ]]; then
if [[ $2 == "down" ]]; then
docker compose -f "$1" down $3
else
if [[ $3 == *"--build"* ]]; then
docker compose -f "$1" up --build
else
docker compose -f "$1" up $3
fi
fi
fi