You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@docker compose -f ../../test/docker-compose.yml run -w /app/examples/${EXAMPLE} client go run ${EXAMPLE}.go
65
-
@docker compose -f ../../test/docker-compose.yml down -v --remove-orphans --timeout 3
64
+
@docker compose --project-name ${EXAMPLE} --file ../../test/docker-compose.yml run --build --workdir /app/examples/${EXAMPLE} client go run ${EXAMPLE}.go
@docker compose -f ../../test/docker-compose.yml run -w /app/examples/${EXAMPLE} client go run ${EXAMPLE}.go -test
49
-
@docker compose -f ../../test/docker-compose.yml down -v --remove-orphans --timeout 3
48
+
@docker compose --project-name ${EXAMPLE} --file ../../test/docker-compose.yml run --build --workdir /app/examples/${EXAMPLE} client go run ${EXAMPLE}.go -test
@docker compose -f ../../test/docker-compose.yml run -w /app/examples/${EXAMPLE} client go run ${EXAMPLE}.go
65
-
@docker compose -f ../../test/docker-compose.yml down -v --remove-orphans --timeout 3
64
+
@docker compose --project-name ${EXAMPLE} --file ../../test/docker-compose.yml run --build --workdir /app/examples/${EXAMPLE} client go run ${EXAMPLE}.go
@@ -50,18 +50,18 @@ example: start ## executes the examples
50
50
@echo
51
51
@echo " Example"
52
52
@echo
53
-
@docker compose -f ../../test/docker-compose.yml run -w /app/examples/${EXAMPLE} client go run ${EXAMPLE}.go
54
-
@docker compose -f ../../test/docker-compose.yml down -v --remove-orphans --timeout 3
53
+
@docker compose --project-name ${EXAMPLE} --file ../../test/docker-compose.yml run --build --workdir /app/examples/${EXAMPLE} client go run ${EXAMPLE}.go
0 commit comments