Closed thecloudgeek closed 1 year ago
The developer portal library is intended (and licensed) only for local development, so it's not packaged for deployment and we don't have plans to improve the docker support. Hopefully you can use the tool locally, and please let us know if you need anything else.
I'm trying to run this using a Dockerfile as such:
the problem is that this binds to localhost vs 0.0.0.0. How can I bind this to 0.0.0.0 so that I can use it inside of docker? I've also tried to edit package.json to
redocly-portal develop -p 3000 -h 0.0.0.0
as well but it still starts on localhost.