pq-t2: copy certificates

This commit is contained in:
Kris 2018-08-19 21:07:56 +00:00
parent 9b9d3f7b2a
commit 5e48bd0254

View File

@ -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}