Skip to content

Commit

Permalink
Remove healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Nov 18, 2024
1 parent 0c7e76c commit 50ac450
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,3 @@ RUN MYDISTRO=${PREFIX:-ros}; MYDISTRO=${MYDISTRO//-/} && \
apt-get autoremove -y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

COPY healthcheck.sh /healthcheck.sh
HEALTHCHECK --interval=2s --timeout=1s --start-period=45s --retries=2 \
CMD ["/healthcheck.sh"]
16 changes: 0 additions & 16 deletions healthcheck.sh

This file was deleted.

0 comments on commit 50ac450

Please sign in to comment.