summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-08-22 11:51:29 -0600
committermo khan <mo.khan@gmail.com>2019-08-22 11:51:29 -0600
commitcc75be07e97c73ab7da419912abbc123c756312d (patch)
treeaadc8ec6ab4c45eaa6484cef180846230d922327 /bin
parentfa501723ff51d5d0cfd4e345c249d2c0ddc77814 (diff)
update example documentation
Diffstat (limited to 'bin')
-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