diff options
| author | mo khan <mo.khan@gmail.com> | 2019-08-22 16:48:01 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-08-22 16:48:01 -0600 |
| commit | 55d92af0a3207a89c328ae53aee50254ae49795f (patch) | |
| tree | 23773f2a9112b2832b8b939a4ed77d3b2e6199f4 /bin/docker-dotenv | |
| parent | 84cced338714c3eea91e3208c7dda82853efe400 (diff) | |
print TARGET_IMAGE
Diffstat (limited to 'bin/docker-dotenv')
| -rwxr-xr-x | bin/docker-dotenv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/docker-dotenv b/bin/docker-dotenv index ab2c6c6..ca025c0 100755 --- a/bin/docker-dotenv +++ b/bin/docker-dotenv @@ -25,7 +25,7 @@ done < $DOTENV echo "Pulling... $SOURCE_IMAGE" docker pull $SOURCE_IMAGE -echo "Building... $DOCKERFILE" +echo "Building... $DOCKERFILE and tagging $TARGET_IMAGE" cat $DOCKERFILE docker build -t $TARGET_IMAGE -f $DOCKERFILE . |
