This example shows how to use Testcontainers with Bazel build tool.
The easiest way to use Bazel is using bazelisk
$ brew install bazelisk
$ bazelisk build //...
$ bazelisk test //... --test_output=all
$ bazelisk build //customers/... --test_output=all
$ bazelisk build //products/...
$ bazelisk test //customers/... --test_output=all
$ bazelisk test //products/... --test_output=all