0

I'm using a Dockerfile to deploy my app. I have an EXPOSE directive with port 4432.

When I deploy using git push deis master or deis pull my-docker-image days returns a success message showing the domain name for my app (deis logs also shows the service running just fine). However, when use this domain name and navigate to a valid path the browser seems to hang.

I read here the Deis uses -P behind the scenes, so my question is how do I get the port on which my app is running?

Ulises
  • 13,229
  • 5
  • 34
  • 50

1 Answers1

0

It turns out Deis automagically maps to port 80, it wasn't working for me for unrelated reasons (bug somewhere else)

Ulises
  • 13,229
  • 5
  • 34
  • 50