4 lines
83 B
Makefile
4 lines
83 B
Makefile
|
build-dev:
|
||
|
./prepare-cert.sh
|
||
|
docker build -t os3-haproxy-dev -f Dockerfile.dev .
|