Skip to content

Commit

Permalink
Add aggregator build to docker_build target
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Oct 10, 2024
1 parent 0e5330d commit f08ee46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,7 @@ docker_build:
docker compose -f docker-compose.yaml --profile base build
docker compose -f docker-compose.yaml --profile operator build --build-arg GOARCH=$(GOARCH)
docker compose -f docker-compose.yaml --profile batcher build --build-arg GOARCH=$(GOARCH)
docker compose -f docker-compose.yaml --profile aggregator build

docker_up:
docker compose -f docker-compose.yaml --profile base up -d --remove-orphans --force-recreate
Expand Down

0 comments on commit f08ee46

Please sign in to comment.