qrtesting/images/pq-t2/Makefile

10 lines
171 B
Makefile
Raw Normal View History

2018-08-19 21:49:23 +01:00
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}