Don't expose port 3000 by default.

This commit is contained in:
Greyscale 2019-07-17 13:22:55 +02:00
parent f5ac0edee7
commit 95afd685d3

View file

@ -76,7 +76,7 @@ RUN mkdir ~/.gnupg && \
/tmp/* \
/var/tmp/*
EXPOSE 3000
#EXPOSE 3000
#HEALTHCHECK --interval=30s --timeout=10s \
# CMD curl -f http://localhost:3000/ || exit 1