summaryrefslogtreecommitdiff
path: root/bin/docker-dotenv
diff options
context:
space:
mode:
Diffstat (limited to 'bin/docker-dotenv')
-rwxr-xr-xbin/docker-dotenv2
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 .