Skip to content

Commit b9ae991

Browse files
authored
Merge pull request #3 from plexguide/dev
remove pgrep
2 parents 04b4f8d + 64d82e2 commit b9ae991

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,5 @@ COPY huntarr.py /app/huntarr.py
2828
# Make the script executable (optional but good practice)
2929
RUN chmod +x /app/huntarr.py
3030

31-
# Add a simple HEALTHCHECK (optional)
32-
HEALTHCHECK --interval=5m --timeout=3s \
33-
CMD pgrep -f huntarr.py || exit 1
34-
3531
# The script’s entrypoint. It will run your `huntarr.py` when the container starts.
3632
ENTRYPOINT ["python", "huntarr.py"]

0 commit comments

Comments
 (0)