bmizerany / pat

MIT License
1.43k stars 115 forks source link

dockerized version #42

Closed danieloliveira079 closed 2 years ago

danieloliveira079 commented 8 years ago

I've added a Dockerfile and changed the source code from the hello.go to be able to run using docker container.

Also the http port can be passed as an env variable.

Xe commented 8 years ago

The de-facto standard from Heroku is to use PORT as the envvar that the port gets passed into.