Skip to content

Commit

Permalink
Change path dockerfile run-detection and add logs for fia-api
Browse files Browse the repository at this point in the history
  • Loading branch information
HumzahJavid committed Aug 29, 2024
1 parent 959e8fc commit 0d6bba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ jobs:
cd test
docker compose logs run-detection
docker compose logs rabbit-mq
docker compose logs fia-api
2 changes: 1 addition & 1 deletion test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
run-detection:
build:
context: ../
dockerfile: container/rundetection.D
dockerfile: container/Dockerfile
depends_on:
rabbit-mq:
condition: service_healthy
Expand Down

0 comments on commit 0d6bba3

Please sign in to comment.