Files
proxy-configs/Makefile
Adam Mohammed a9ad514474 init
2023-10-25 01:39:13 +00:00

7 lines
212 B
Makefile

.PHONY: test-config build run
test-config: build
docker run -it --rm --name haproxy-syntax-check fixer-grid-haproxy haproxy -c -f /usr/local/etc/haproxy/haproxy.cfg
build:
docker build -t fixer-grid-haproxy .