From 0058100a6a58eb437b3f736b4c3a427393df2b59 Mon Sep 17 00:00:00 2001 From: Alex Hyett Date: Fri, 22 Jun 2018 11:41:47 +0100 Subject: [PATCH] Updated Readme.me with blog link --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbb4279..5c8af03 100644 --- a/README.md +++ b/README.md @@ -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. @@ -35,4 +38,4 @@ You need to modify the run_app.sh file to reference the dll of your console app Then run: -`docker-compose up` \ No newline at end of file +`docker-compose up`