Skip to content

Commit

Permalink
Quick test command for building local docker image and launching it
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Apr 30, 2024
1 parent 98d0590 commit 938ea73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make/docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ PHONY += docker-release
docker-release: ## Build and push Stonehenge Docker image
$(call step,Build and push Stonehenge Docker image...)
@docker buildx bake -f docker-bake.hcl --pull --no-cache --push

PHONY += docker-test
docker-test: docker-build up ## Build and start new Stonehenge Docker container

0 comments on commit 938ea73

Please sign in to comment.