We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ebe21f + df30ee6 commit 59e8187Copy full SHA for 59e8187
1 file changed
rootfs/api/models/release.py
@@ -150,8 +150,7 @@ def get_port(self, routable=False):
150
return port
151
152
if self.build.type == "buildpack":
153
- msg = "Using default port 5000 for build pack image {}".format(self.image)
154
- self.app.log(msg)
+ self.app.log('buildpack type detected. Defaulting to $PORT 5000')
155
return 5000
156
157
# application has registry auth - $PORT is required
0 commit comments