Skip to content

Commit

Permalink
Revert "Reduce delays in testing dockerfile health."
Browse files Browse the repository at this point in the history
This reverts commit edeb928.
  • Loading branch information
michaelkaye committed Jan 10, 2022
1 parent edeb928 commit 0dfa0bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dockerfiles/Synapse.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,3 @@ WORKDIR /data
EXPOSE 8008 8448

ENTRYPOINT ["/conf/start.sh"]

HEALTHCHECK --start-period=5s --interval=1s --timeout=1s \
CMD curl -fSs http://localhost:8008/health || exit 1

0 comments on commit 0dfa0bf

Please sign in to comment.