diff options
| author | mo khan <mo.khan@gmail.com> | 2019-08-22 11:51:29 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-08-22 11:51:29 -0600 |
| commit | cc75be07e97c73ab7da419912abbc123c756312d (patch) | |
| tree | aadc8ec6ab4c45eaa6484cef180846230d922327 /bin | |
| parent | fa501723ff51d5d0cfd4e345c249d2c0ddc77814 (diff) | |
update example documentation
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/docker-dotenv | 4 |
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 |
