1
0
Fork 0
docker-easy-haproxy/Makefile
2022-08-20 15:51:38 +00:00

9 lines
213 B
Makefile

VERSION := $(shell git rev-parse --short HEAD)
.PHONY: build
build:
docker build -t byjg/easy-haproxy --build-arg RELEASE_VERSION_ARG="$(VERSION)" -t byjg/easy-haproxy:local .
.PHONY: test
test:
pytest tests/