mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 12:02:47 +00:00
7 lines
154 B
Makefile
7 lines
154 B
Makefile
TEST_IMAGE?=consul-helm-test
|
|
|
|
test-docker:
|
|
@docker build --rm -t '$(TEST_IMAGE)' -f $(CURDIR)/test/docker/Test.dockerfile $(CURDIR)
|
|
|
|
.PHONY: test-docker
|