fix(install): Correct local Docker setup and uninstall scripts

This commit is contained in:
ameersohel45
2025-10-15 18:08:38 +05:30
parent 261822c935
commit ba94a7cb3c
3 changed files with 7 additions and 1 deletions

2
install/uninstall.sh Normal file → Executable file
View File

@@ -1,4 +1,4 @@
docker compose -f docker-compose-adapter2.yml down -v
docker compose -f docker-compose-adapter.yml down -v
docker compose -f docker-compose-bap.yml down -v
docker compose -f docker-compose-bpp.yml down -v
docker compose -f docker-compose-bpp-with-sandbox.yml down -v