From 5b206a50f9cc76e014e9f35c46a28cbdd928f878 Mon Sep 17 00:00:00 2001 From: chamunks 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.