docker-python-cronjob
docker-python-cronjob copied to clipboard
Run python script as a cron job using Docker
Hi, Thank you very much for this example. I used the exact same files and code, but there was no output generated. Would you happen to know why that is...
check this out
This example doesn't support env vars which is an issue as they are commonly used for configuring docker containers and they have a lot of pitfalls. e.g. exporting the `PATH`...
**Hi mate!** I checked the issue 'No output using this example #1' because I had that also, so I fixed it with the next changes and now it works correctly:...