Transmode / gradle-docker

A Gradle plugin to build Docker images from the build script.
Apache License 2.0
647 stars 142 forks source link

Exposing multiple ports. #73

Closed tromantic closed 8 years ago

tromantic commented 8 years ago

Enabling the EXPOSE instruction's ability to allow the container to listen on multiple network ports. See: https://docs.docker.com/engine/reference/builder/#expose

mattgruter commented 8 years ago

Great, thanks for the addition! Nice that you added a test also. Merged into branch 'dev'.

mattgruter commented 8 years ago

Merged to master