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