Browse Source

pq-t2: copy certificates

keep-around/5e48bd025427579844e56e47de75210978dea759
Kris 6 years ago
parent
commit
5e48bd0254
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      images/pq-t2/Makefile

+ 3
- 0
images/pq-t2/Makefile View File

@@ -1,6 +1,9 @@
NAME=pq-t2 NAME=pq-t2
PORT=50511 PORT=50511
build: build:
mkdir -p certs
cp ../../cert/fullchain.pem certs/
cp ../../cert/privkey.pem certs/
docker build -t ${NAME} . docker build -t ${NAME} .
run: run:
docker run --detach --restart always --name ${NAME} -p ${PORT}:443 ${NAME} docker run --detach --restart always --name ${NAME} -p ${PORT}:443 ${NAME}


Loading…
Cancel
Save