5 lines
156 B
Makefile
5 lines
156 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
docker build . -t rancher/k3d-proxy:dev
|
|
docker run --rm -v $(shell pwd)/test/portmap.yaml:/etc/confd/values.yaml rancher/k3d-proxy:dev
|