Updated Jenkinsfile with correct path to nginx

This commit is contained in:
Erik Tiekstra
2021-05-04 09:12:22 +02:00
parent cd8d7cbbe1
commit 21f94db524
3 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
export JWT_URL
export RESOLVER
envsubst '${JWT_URL} ${RESOLVER} ' < /usr/share/container-scripts/nginx/nginx-start/nginx.template > /etc/nginx/nginx.conf