From 2e4aaefbc6625736595bc031879ace84451e2864 Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Thu, 22 Jun 2017 15:26:26 -0700 Subject: [PATCH] fix docker build --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index f9eedf33..5d10c59e 100644 --- a/circle.yml +++ b/circle.yml @@ -15,7 +15,7 @@ deployment: tags: /.*/ commands: - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS - - docker build . -t mozilla/fileshare:$CIRCLE_TAG + - docker build -t mozilla/fileshare:$CIRCLE_TAG . - docker push mozilla/fileshare:$CIRCLE_TAG test: