Updated Readme.me with blog link

This commit is contained in:
Alex Hyett 2018-06-22 11:41:47 +01:00 committed by GitHub
parent 3e4be4ef74
commit 0058100a6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,9 @@
This is an example project showing you how to run a console app in a schedule in a docker container.
For more information see a full breakdown on my blog:
https://www.alexhyett.com/scheduled-dotnet-core-console/
The docker image makes use of cron which is a unix utility for running commands on a schedule.
The issue I came across with running console apps in cron is that the environment variables aren't visible to cron jobs. You have to specify the environment variables up front before running your job.