qrtesting/images/pq-t2/Makefile
2018-08-19 20:49:23 +00:00

10 lines
171 B
Makefile

NAME=pq-t2
PORT=50511
build:
docker build -t ${NAME} .
run:
docker run --detach --restart always --name ${NAME} -p ${PORT}:443 ${NAME}
restart:
docker restart ${NAME}