Expose Range of Ports not possible
Since there is the functionality to bind a range of ports since this PR #575 was merged, there should be an option to also expose that same range of ports.
However, the ExposedPort class only allows to expose one Port at a time which renders the feature obsolete unless you already expose all your ports in the Dockerfile.
This feature was already requested in #1241