fix: wrong path
This commit is contained in:
parent
f55ae08e94
commit
7ba82aa509
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue