Skip to content

Commit

Permalink
Update docs/examples/compose.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmeisterAn authored Jan 16, 2023
1 parent b77d98b commit d5fe893
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/examples/compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ services:
build:
dockerfile: Dockerfile
context: .
entrypoint: dotnet test
entrypoint: dotnet
command: test
environment:
- TESTCONTAINERS_HOST_OVERRIDE=host.docker.internal
volumes:
Expand Down

0 comments on commit d5fe893

Please sign in to comment.