Skip to content

Commit

Permalink
add the debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNewChao committed Jul 16, 2024
1 parent e147865 commit 590c52d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile_openeuler
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ RUN cp /opt/etherpad-lite/script/client.js /opt/etherpad-lite/node_modules/openi

RUN chmod -R g=u .

HEALTHCHECK --interval=20s --timeout=3s \
CMD curl --silent http://localhost:9001/health | grep -E "pass|ok|up" > /dev/null || exit 1
#HEALTHCHECK --interval=20s --timeout=3s \
# CMD curl --silent http://localhost:9001/health | grep -E "pass|ok|up" > /dev/null || exit 1

EXPOSE 9001

Expand Down

0 comments on commit 590c52d

Please sign in to comment.