Skip to content

Commit

Permalink
fixes workbench app docker-entrypoint logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tommasodotNET committed Nov 21, 2024
1 parent a49bdc6 commit 6e22f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workbench-app/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mv /usr/share/nginx/html/index.html.tmp /usr/share/nginx/html/index.html
envsubst '$PORT' < /etc/nginx/conf.d/default.conf > /etc/nginx/conf.d/default.conf.tmp
mv /etc/nginx/conf.d/default.conf.tmp /etc/nginx/conf.d/default.conf

echo "Url variable is: $VITE_SEMANTIC_WORKBENCH_SERVICE_URL"
echo "Url variable is: $PORT"
echo "VITE_SEMANTIC_WORKBENCH_SERVICE_URL = $VITE_SEMANTIC_WORKBENCH_SERVICE_URL"
echo "PORT = $PORT"

exec "$@"

0 comments on commit 6e22f25

Please sign in to comment.