Skip to content

Commit 86c4374

Browse files
committed
fix: add intercom env to docker-entrypoint
Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
1 parent 1276bbe commit 86c4374

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/scripts/docker-entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ declare -a ENV_VARIABLES=(
3030
"VUE_APP_DATADOG_RUM_APPLICATION_ID"
3131
"VUE_APP_DATADOG_RUM_CLIENT_TOKEN"
3232
"VUE_APP_TEAM_USER_IDS"
33+
"VUE_APP_INTERCOM_APP_ID"
3334
)
3435

3536
for ENV_VAR in "${ENV_VARIABLES[@]}"; do

0 commit comments

Comments
 (0)