From 310f3c06b5a6ccf54f907bf50d9a22466d415d93 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Wed, 26 Mar 2025 15:12:30 +0300 Subject: [PATCH] Remove healthcheck from Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 44dbcef..44b097d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,4 @@ RUN apt-get update && apt-get install -y libmagic-dev curl --no-install-recommen RUN pip install --no-cache-dir -r requirements.txt COPY *.py . -HEALTHCHECK --interval=10m --timeout=5s --retries=4 --start-interval=2s --start-period=10s CMD curl -f http://localhost/rss/vvzvlad_lytdybr/localhost?limit=1 || exit 1 - CMD ["python", "api_server.py"] \ No newline at end of file