Hey - I just ran a deploy of current, looks like 4...
# ask-community
p
Hey - I just ran a deploy of current, looks like 4200 is running, but 8080 is not.
prefetchq/ui:core-0.15.3
k
Hey @Philip MacMenamin, that is right and we’re exploring this. See this for working images.
👍 1
upvote 1
m
This was happening to me because the
start_server.sh
script was looking for
PREFECT_SERVER__BASE_URL
which was not defined so the script would exit. I just ran the last line in the script inside of the container to start nginx.
p
ok =- cool, thanks!