Skip to content

Commit

Permalink
healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Jan 19, 2024
1 parent b14d915 commit 3648f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ RUN MYDISTRO=${PREFIX:-ros}; MYDISTRO=${MYDISTRO//-/} && \
rm -rf /var/lib/apt/lists/*

COPY ./husarion_utils /husarion_utils
HEALTHCHECK --interval=2s --timeout=1s --start-period=30s --retries=2 \
HEALTHCHECK --interval=2s --timeout=1s --start-period=45s --retries=2 \
CMD ["/husarion_utils/healthcheck.sh"]

0 comments on commit 3648f53

Please sign in to comment.