diff --git a/images/pq-t2/Makefile b/images/pq-t2/Makefile index 9fef005..ed10a42 100644 --- a/images/pq-t2/Makefile +++ b/images/pq-t2/Makefile @@ -1,6 +1,9 @@ NAME=pq-t2 PORT=50511 build: + mkdir -p certs + cp ../../cert/fullchain.pem certs/ + cp ../../cert/privkey.pem certs/ docker build -t ${NAME} . run: docker run --detach --restart always --name ${NAME} -p ${PORT}:443 ${NAME}