We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04b4f8d + 64d82e2 commit b9ae991Copy full SHA for b9ae991
Dockerfile
@@ -28,9 +28,5 @@ COPY huntarr.py /app/huntarr.py
28
# Make the script executable (optional but good practice)
29
RUN chmod +x /app/huntarr.py
30
31
-# Add a simple HEALTHCHECK (optional)
32
-HEALTHCHECK --interval=5m --timeout=3s \
33
- CMD pgrep -f huntarr.py || exit 1
34
-
35
# The script’s entrypoint. It will run your `huntarr.py` when the container starts.
36
ENTRYPOINT ["python", "huntarr.py"]
0 commit comments