Closed vorburger closed 5 years ago
Yes, the expose doesn't make much sense that way. but as said elsedwhere EXPOSE
is only meta data, we can skip it and still open the port.
So we probably should just remove the EXPOSE
line in the Dockerfile.
as said elsedwhere EXPOSE is only meta data, we can skip it and still open the port. So we probably should just remove the EXPOSE line in the Dockerfile.
just FTR so that I can find this again, this is the discussion over in #115
The README says:
but I doubt customizing this actually works - because while it's dynamic here, it's then hard-coded in the Dockerfile ...