I have a issue and need to someone help me. I'm deploying a application use framwork CakePHP 3.0. I created shell file in folder src/Shell. I used server Docker with mysql and fpm and nginx. My local is Linux Ubuntu 12.04 Now i want to run this file as cron job. But i didn' find any document about that. I hope someone will help me. Thank you so much.
1条回答 默认 最新
- dqwh1219 2017-06-19 20:35关注
Out of Docker, in your PC:
1:
sudo crontab-e
2:
5 4 * * * docker exec -i YOUR_PHP_CONTAINER /src/YOUR_PATH_PROJECT/bin/cake yourShellFile yourMethod
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报