Skip to content

Commit

Permalink
fix(build-error)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiantela committed Feb 5, 2025
1 parent 084d7a1 commit 3b2bacb
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 3b2bacb

Please sign in to comment.