]> cat aescling's git repositories - mastodon.git/commit
Dockerfile: put back EXPOSE directive (#12279)
authorDavid Caldwell <david+github@porkrind.org>
Mon, 4 Nov 2019 11:56:21 +0000 (03:56 -0800)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 4 Nov 2019 11:56:21 +0000 (12:56 +0100)
commit3b609da9bdf9cbfc7fe2080b23735533764771ed
treeb4c79021cd88754e86e5330fffe96c27607da0b5
parent23ed9303b890f07715b7afaf0e1a18c13e40ea15
Dockerfile: put back EXPOSE directive (#12279)

[Rkt](https://coreos.com/rkt) doesn't allow ports to be exposed to containers unless they are declared in the container manifest. Re-adding EXPOSE back in (removed in 1dbf993bce5627e2c3fcab6e9c63b5279dff018a) allows the container to be used on rkt based systems.
Dockerfile