Skip to content
Extraits de code Groupes Projets
Valider 3b609da9 rédigé par David Caldwell's avatar David Caldwell Validation de Eugen Rochko
Parcourir les fichiers

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
Branches
Étiquettes
Aucune requête de fusion associée trouvée
...@@ -123,3 +123,4 @@ RUN cd ~ && \ ...@@ -123,3 +123,4 @@ RUN cd ~ && \
# Set the work dir and the container entry point # Set the work dir and the container entry point
WORKDIR /opt/mastodon WORKDIR /opt/mastodon
ENTRYPOINT ["/tini", "--"] ENTRYPOINT ["/tini", "--"]
EXPOSE 3000 4000
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter