From c889c9f6def8a3dde3ce2a925b8338c021de4767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Ole=20Hu=CC=88bner?= Date: Sat, 17 Aug 2024 23:29:43 +0200 Subject: [PATCH] aaaaaaaaaa --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a5b6777..dd424f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ENV PYTHONIOENCODING=utf-8 ADD . /app -RUN echo "SHELL=/bin/bash\n* * * * * /app/delay_price.sh >> /var/log/cron.log 2>&1" > /etc/cron.d/get_price +RUN echo "SHELL=/bin/bash\nBASH_ENV=/app/env\n* * * * * root /app/delay_price.sh >> /var/log/cron.log 2>&1" > /etc/cron.d/get_price RUN chmod 0644 /etc/cron.d/get_price