1
0
Fork 0
docker-easy-haproxy/Makefile
Joao Gilberto Magalhaes 2a74f5d445 Code reorganization
2022-08-26 15:56:13 -05:00

9 lines
233 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 -f build/Dockerfile .
.PHONY: test
test:
pytest tests/