Explorar el Código

Merge branch 'certs' into 'master'

pq-t2: copy certificates

See merge request kris/qrtesting!2
keep-around/bfbb5106d4f290334666d026f205ca63462a7c4f
Kris Kwiatkowski hace 6 años
padre
commit
bfbb5106d4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      images/pq-t2/Makefile

+ 3
- 0
images/pq-t2/Makefile Ver fichero

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


Cargando…
Cancelar
Guardar