Redash Initial Setup stuck #7148
-
When i use ubuntu20 with docker to start redash, it show to me this. |
Beta Was this translation helpful? Give feedback.
Answered by
justinclift
Sep 11, 2024
Replies: 1 comment 6 replies
-
Oh. That looks like a docker image that doesn't have the client side (ie front end) pieces included. How was the image created? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah. I think you forgot to run
make build
before that. Themake build
command builds the front end, then themake compose_build
builds the image and pulls in the pieces thatmake build
generated.I wonder if it makes sense for us to have just one command that does both?