You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2020. It is now read-only.
Despite I Exposed port 8080 in my docker file (and I exposed only 8080), Deis created a service for my app pointing port 80 to container port 5000, I don't know where the 5000 came from...
The app only worked when I changed Dockerfile + app to work on port 5000...
Despite I Exposed port 8080 in my docker file (and I exposed only 8080), Deis created a service for my app pointing port 80 to container port 5000, I don't know where the 5000 came from...
The app only worked when I changed Dockerfile + app to work on port 5000...
Regads