Skip to content

Commit

Permalink
add healthcheck to the image file
Browse files Browse the repository at this point in the history
  • Loading branch information
Fijxu committed Jan 31, 2025
1 parent 0b30d1f commit e0a6186
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ WORKDIR /app
USER appuser

ENTRYPOINT ["/tini", "--", "/app/invidious_companion"]

HEALTHCHECK --interval=5s --timeout=5s --start-period=10s --retries=3 CMD ["/tini", "--", "/app/invidious_companion", "healthcheck"]

0 comments on commit e0a6186

Please sign in to comment.