This commit is contained in:
Adam Mohammed
2023-10-25 01:39:13 +00:00
commit a9ad514474
8 changed files with 85 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
.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 .