Update docker registry in Dockerfile (#44)
* Enforce Navi docker registry * added configuration.js Co-authored-by: aman.singh <aman.singh@navi.com>
This commit is contained in:
committed by
GitHub Enterprise
parent
2e3e32f5cc
commit
ac0eed9f82
@@ -6,5 +6,6 @@ sed -i "s~<APM_APP_NAME>~${APM_APP_NAME}~g" /usr/share/nginx/html/configuration.
|
||||
sed -i "s~<AUTH_BASE_URL>~${AUTH_BASE_URL}~g" /usr/share/nginx/html/configuration.js
|
||||
sed -i "s~<AUTH_CLIENT_ID>~${AUTH_CLIENT_ID}~g" /usr/share/nginx/html/configuration.js
|
||||
sed -i "s~<SENTRY_DSN>~${SENTRY_DSN}~g" /usr/share/nginx/html/configuration.js
|
||||
sed -i 's~<CONFIGURATION_FILE>~/configuration.js~g' /usr/share/nginx/html/index.html
|
||||
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user