Skip to content

Commit

Permalink
rename makefile cmd to docker-compose-up and start in background
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed May 13, 2024
1 parent ef349fb commit f6b1720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ ___DOCKER___: ##
docker-build-and-publish-images: ## builds and publishes operator and aggregator docker images using Ko
KO_DOCKER_REPO=ghcr.io/layr-labs/incredible-squaring ko build aggregator/cmd/main.go --preserve-import-paths
KO_DOCKER_REPO=ghcr.io/layr-labs/incredible-squaring ko build operator/cmd/main.go --preserve-import-paths
docker-start-everything: docker-build-and-publish-images ## starts aggregator and operator docker containers
docker compose pull && docker compose up
docker-compose-up: docker-build-and-publish-images ## starts aggregator and operator docker containers
docker compose pull && docker compose up -d

__CLI__: ##

Expand Down

0 comments on commit f6b1720

Please sign in to comment.