qrtesting/images/gotls13-r1/Makefile

9 lines
163 B
Makefile
Raw Permalink Normal View History

2018-08-19 12:29:02 +01:00
NAME=gotls13-r1
build:
docker build -t ${NAME} .
run:
docker run --detach --restart always --name ${NAME} -p 50602:443 ${NAME}
restart:
docker restart ${NAME}