mozilla-services / Dockerflow

Cloud Services Dockerflow specification
Apache License 2.0
195 stars 28 forks source link

Recommend listening on port 8000 #30

Closed milescrabill closed 6 years ago

milescrabill commented 6 years ago

per https://github.com/mozilla-services/Dockerflow/issues/29

milescrabill commented 6 years ago

I don't see a problem with adding the following to the Dockerfile:

ENV PORT 8000
EXPOSE 8000

Those are easy for people (i.e. ops) to override if need be.