Skip to content

Commit

Permalink
Merge branch 'staging-02' of https://github.com/weni-ai/vtex-webapp i…
Browse files Browse the repository at this point in the history
…nto staging-02
  • Loading branch information
acnormun committed Feb 5, 2025
2 parents 7572162 + 3b2bacb commit 84426a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export JSON_STRING='window.configs = { \
"VITE_APP_INTEGRATIONS_URL":"'${VITE_APP_INTEGRATIONS_URL}'", \
"VITE_APP_NEXUS_URL":"'${VITE_APP_NEXUS_URL}'", \
}'
sed "s|\/\/ CONFIGURATIONS_PLACEHOLDER|${JSON_STRING}|" /usr/share/nginx/html/vtex-webapp/index.html.tmpl > /tmp/index.html
sed "s|\/\/CONFIGURATIONS_PLACEHOLDER|${JSON_STRING}|" /usr/share/nginx/html/vtex-webapp/index.html.tmpl > /tmp/index.html

exec "$@"

0 comments on commit 84426a7

Please sign in to comment.