Преглед изворни кода

pq-t2: copy certificates

keep-around/4f189611318b29ded061d382c4e0aaa2bed47658
Kris пре 6 година
родитељ
комит
4f18961131
1 измењених фајлова са 3 додато и 0 уклоњено
  1. +3
    -0
      images/pq-t2/Makefile

+ 3
- 0
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}


Loading…
Откажи
Сачувај