From a94ba6824a9e34eae9d3ffe690ad2afc2721ea67 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Sun, 7 Jul 2019 17:33:21 -0700 Subject: [PATCH] udpate file. --- core/poller/CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/poller/CONTRIBUTING.md b/core/poller/CONTRIBUTING.md index c3e07e47..004875b7 100644 --- a/core/poller/CONTRIBUTING.md +++ b/core/poller/CONTRIBUTING.md @@ -41,8 +41,9 @@ in how it works for you. ### Docker Docker is built automatically by Docker Cloud using the Dockerfile in the path -[init/docker/Dockerfile](init/docker/Dockerfile). Other than the Dockerfile, all -the configuration is done in the Cloud service under my personal account `golift`. +[init/docker/Dockerfile](init/docker/Dockerfile). Some of the configuration is +done in the Cloud service under my personal account `golift`, but the majority +happens in the build files in the [init/docker/hooks/](init/docker/hooks/) directory. If you have need to change the Dockerfile, please clearly explain what problem your changes are solving, and how it has been tested and validated. As far as I'm