We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e837d69 commit 206a7d8Copy full SHA for 206a7d8
examples/multiple_composes_go_mongodb/Makefile
@@ -20,6 +20,9 @@ run-tests:
20
tests:
21
COMPOSE_FILE=compose.yml:compose.tests.yml docker compose run tests
22
23
+tests-build:
24
+ COMPOSE_FILE=compose.yml:compose.tests.yml docker compose run --build tests
25
+
26
use-ports:
27
echo "COMPOSE_FILE=compose.yml:compose.ports.yml" >> .env
28
0 commit comments