🚚 Move location of scripts to simplify file structure (#1352)

This commit is contained in:
Sebastián Ramírez
2024-09-22 18:19:57 +02:00
committed by GitHub
parent 68a7fe0899
commit 87254dd79e
9 changed files with 18 additions and 22 deletions

View File

@@ -7,5 +7,5 @@ set -x
docker compose build
docker compose down -v --remove-orphans # Remove possibly previous broken stacks left hanging after an error
docker compose up -d
docker compose exec -T backend bash /app/tests-start.sh "$@"
docker compose exec -T backend bash scripts/tests-start.sh "$@"
docker compose down -v --remove-orphans