We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831b714 commit 1da3c53Copy full SHA for 1da3c53
docker-entrypoint.sh
@@ -14,8 +14,8 @@ find /app/packages/client/dist -type f \( -name "*.html" -o -name "*.js" -o -nam
14
-e "s|%REACT_APP_KEYCLOAK_URL%|${REACT_APP_KEYCLOAK_URL:-}|g" \
15
-e "s|%REACT_APP_KEYCLOAK_CLIENT_ID%|${REACT_APP_KEYCLOAK_CLIENT_ID:-}|g" \
16
-e "s|%REACT_APP_KEYCLOAK_REALM%|${REACT_APP_KEYCLOAK_REALM:-}|g" \
17
- -e "s|%PRIMARY_COLOR%|${PRIMARY_COLOR:-}|g" \
18
- -e "s|%SECONDARY_COLOR%|${SECONDARY_COLOR:-}|g"
+ -e "s|%REACT_APP_THEME_PRIMARY_COLOR%|${REACT_APP_THEME_PRIMARY_COLOR:-}|g" \
+ -e "s|%REACT_APP_THEME_SECONDARY_COLOR%|${REACT_APP_THEME_SECONDARY_COLOR:-}|g"
19
20
echo "Environment variable replacement complete"
21
0 commit comments