qrtesting/images/pq-gcc/Makefile

10 lines
178 B
Makefile
Raw Permalink Normal View History

2018-12-03 15:32:13 +00:00
NAME=pq-gcc-amd64
PORT=50601
build:
docker build -t ${NAME} .
run:
docker run --detach --restart always --name ${NAME} -p ${PORT}:443 ${NAME}
restart:
docker restart ${NAME}