fix: wrong path

This commit is contained in:
Jan-Ole Hübner 2024-08-17 21:46:40 +02:00
parent f55ae08e94
commit 7ba82aa509

View file

@ -11,7 +11,7 @@ ENV PYTHONIOENCODING=utf-8
ADD . /
RUN echo "*/15 * * * * python3 ./get_price.py >> /var/log/cron.log 2>&1" > /etc/cron.d/get_price
RUN echo "*/15 * * * * python3 /get_price.py >> /var/log/cron.log 2>&1" > /etc/cron.d/get_price
RUN chmod 0644 /etc/cron.d/get_price