aaaaaaaaaa

This commit is contained in:
Jan-Ole Hübner 2024-08-17 23:19:55 +02:00
parent ad688fbaa5
commit b9c33cea49

View file

@ -12,7 +12,7 @@ ENV PYTHONIOENCODING=utf-8
ADD . /app
RUN echo -e "SHELL=/bin/bash\n* * * * * root /app/delay_price.sh >> /var/log/cron.log 2>&1" > /etc/cron.d/get_price
RUN echo "SHELL=/bin/bash\n* * * * * /app/delay_price.sh >> /var/log/cron.log 2>&1" > /etc/cron.d/get_price
RUN chmod 0644 /etc/cron.d/get_price