Don't expose port 3000 by default.
This commit is contained in:
parent
f5ac0edee7
commit
95afd685d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue