.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 .