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