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 5f4b96c..bfe1369 100755
--- a/bin/docker-dotenv
+++ b/bin/docker-dotenv
@@ -27,4 +27,4 @@ cat $DOCKERFILE
docker build -t $TARGET_IMAGE -f $DOCKERFILE .
echo "Verifying env..."
-docker run $TARGET_IMAGE env
+docker run --entrypoint='' $TARGET_IMAGE env