Updated Jenkinsfile with correct path to nginx
This commit is contained in:
6
nginx/nginx-start/template.sh
Normal file
6
nginx/nginx-start/template.sh
Normal 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
|
||||
Reference in New Issue
Block a user