summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/docker-dotenv4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/docker-dotenv b/bin/docker-dotenv
index 1c9544d..3bc9818 100755
--- a/bin/docker-dotenv
+++ b/bin/docker-dotenv
@@ -3,8 +3,8 @@
# input:
# SOURCE_IMAGE: Image name for the source image
# TARGET_IMAGE: Name of image to build
-# DOTENV: The list of env variables delimited by a ;
-# e.g. DOTENV="FEATURE_RUBY_REPORT 'false';LM_REPORT_VERSION 1;"
+# DOTENV: The name of the .env.* file that contains the default env vars to export.
+# e.g. DOTENV=".env.12-3-stable"
set -e