summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7cf125f..78aece4 100644
--- a/Makefile
+++ b/Makefile
@@ -29,3 +29,5 @@ lint:
done
test:
${GO} test ./... -v
+docker_build:
+ docker build . -t dtail:latest