Hello!
I’m having some issues with core/dex. I’m trying to build the plan as it is, then export it to docker (for demo/testing purposes, not production usage). I noticed that the default value for service.port is 5556.
How I’m attempting to run this is:
$ git clone http://github.com/habitat-sh/core-plans
$ cd core-plans/dex
$ hab studio enter
(studio) $ build
(studio) $ hab pkg export docker ./results/<latest_build.hart>
(studio) $ exit
$ docker run -it -p 5556:5556 core/dex
The docker container appears to work find, however when I attempt to hit http://localhost:5556 in my browser, it returns with “404 Not Found” - is there an alternate url I should be navigating to to see this working?