Some log information and error treatment
This commit is contained in:
parent
9ba269845d
commit
4b85b98412
9 changed files with 69 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -1,6 +1,8 @@
|
|||
VERSION := $(shell git rev-parse --short HEAD)
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
docker build -t byjg/easy-haproxy -t byjg/easy-haproxy:local .
|
||||
docker build -t byjg/easy-haproxy --build-arg RELEASE_VERSION_ARG="$(VERSION)" -t byjg/easy-haproxy:local .
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue