This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
qrtesting
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
pq-t2: copy certificates
keep-around/4f189611318b29ded061d382c4e0aaa2bed47658
Kris
6 years ago
parent
41a5dc81b8
commit
4f18961131
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
images/pq-t2/Makefile
+ 3
- 0
images/pq-t2/Makefile
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}
Write
Preview
Loading…
Cancel
Save