Skip to content

Commit

Permalink
fix(entrypoint): update index.html path
Browse files Browse the repository at this point in the history
  • Loading branch information
velrest committed Dec 16, 2021
1 parent 7572148 commit 4aa23ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ urlencode() {

sed -i \
-e "s/sso-client-id/$(urlencode ${OIDC_CLIENT})/g" \
/var/www/html/index.html
/usr/share/nginx/html/index.html

exec "$@"

0 comments on commit 4aa23ad

Please sign in to comment.