Dockerfile: bind on all interfaces

Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
This commit is contained in:
Pierre-Alain TORET 2018-06-10 00:54:14 +02:00 committed by daftaupe
parent 73d04bf857
commit 5ec58eea33

View File

@ -57,4 +57,6 @@ COPY --from=db-build /commento-ce/db/build/prod/db/ /commento-ce/db/
EXPOSE 8080
WORKDIR /commento-ce/
ENV COMMENTO_BIND_ADDRESS="0.0.0.0"
ENTRYPOINT ["/commento-ce/commento-ce"]