Skip to content
Snippets Groups Projects
Commit 3b609da9 authored by David Caldwell's avatar David Caldwell Committed by Eugen Rochko
Browse files

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 1dbf993b) allows the container to be used on rkt based systems.
parent 23ed9303
No related branches found
No related tags found
No related merge requests found
......@@ -123,3 +123,4 @@ RUN cd ~ && \
# Set the work dir and the container entry point
WORKDIR /opt/mastodon
ENTRYPOINT ["/tini", "--"]
EXPOSE 3000 4000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment