diff --git a/projects/github.com/nat/openplayground/entrypoint.sh b/projects/github.com/nat/openplayground/entrypoint.sh index f722ee4a..4a43c417 100755 --- a/projects/github.com/nat/openplayground/entrypoint.sh +++ b/projects/github.com/nat/openplayground/entrypoint.sh @@ -22,7 +22,7 @@ done # open the URL once the HEAD request succeeds if test -n "$TEA_GUI"; then echo - echo '{"xyz.tea":{"gui":"http://127.0.0.1:5432"}}' + echo "{\"xyz.tea\":{\"gui\":\"http://127.0.0.1:$PORT\"}}" echo else open "http://127.0.0.1:$PORT"