这是我得到的错误
Step 13/15 : RUN crontab /root/asynctasks
Running in b9c71732f9da
"/root/asynctasks":0: bad minute
errors in crontab file, can't install.
Service 'web' failed to build: The command '/bin/sh -c crontab /root/asynctasks' returned a non-zero code: 1
这是我的cron文件
* * * * * . /root/load_env.sh && /usr/local/bin/python3 /webapp/manage.py runtask load_events_batch >>/var/log/runtask.log 2>&1
它可以在Linux上运行,但不能在Windows中运行... 谢谢!!”