From 221554c6e9a02f8a200a827a92b61838cf06e277 Mon Sep 17 00:00:00 2001 From: Leopere Date: Thu, 31 May 2018 20:15:49 -0400 Subject: [PATCH] Adding some basic context to the plans for this file --- www.spee.ch/docker-entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www.spee.ch/docker-entrypoint.sh b/www.spee.ch/docker-entrypoint.sh index 32f709e..99dd000 100644 --- a/www.spee.ch/docker-entrypoint.sh +++ b/www.spee.ch/docker-entrypoint.sh @@ -1 +1,4 @@ #!/bin/ash +## This compose file will take a copy of the configuration and install any +## envvars and then copy any required files into the /app/ directory next to any +## custom files added by the user.