From 979302f49c5659cda5e344699245fee70637c249 Mon Sep 17 00:00:00 2001 From: ChrQR Date: Thu, 30 May 2024 01:02:33 +0200 Subject: [PATCH] and back? --- scrapers/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapers/Dockerfile b/scrapers/Dockerfile index ad9b8e1..6cb2a4a 100644 --- a/scrapers/Dockerfile +++ b/scrapers/Dockerfile @@ -33,4 +33,4 @@ COPY run_scraper.sh /usr/local/bin/run_scraper.sh RUN chmod +x /usr/local/bin/run_scraper.sh # Run the command on container startup -CMD ["crontab", "-f"] +CMD ["cron", "-f"]