From cc75be07e97c73ab7da419912abbc123c756312d Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 22 Aug 2019 11:51:29 -0600 Subject: update example documentation --- bin/docker-dotenv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/docker-dotenv') 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 -- cgit v1.2.3