Skip to content

Commit

Permalink
Reduce delays in testing dockerfile health.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed Jan 10, 2022
1 parent dacb4aa commit edeb928
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockerfiles/Synapse.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ 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 edeb928

Please sign in to comment.