summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-03-17 20:29:06 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2017-03-17 20:29:06 +0100
commitdf2494b19c2e222d5221b80d78a00889138d1d5c (patch)
treeec20ce754a48cfe60ffc33060f518f5e752daab9
parent2ca4b26724d39e1468fa18ac54ce0e7a3ad7b11c (diff)
[bug] fix command error for older version of docker
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7908c8f..c48b46ba 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ doc:
cd docs && make html
docker_container:
- cd pkg/docker_bundle && docker build -t mybundle
+ cd pkg/docker_bundle && docker build -t mybundle .
bundle_in_docker:
# needs a docker container called 'mybundle', created with 'make docker_container'