summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2020-11-22 09:21:44 +0000
committerPaul Buetow <git@mx.buetow.org>2020-11-22 09:21:44 +0000
commit1bc1725bac7cda1f9bc3fcbcf02bf4e6413cf058 (patch)
tree092486ab9fbfa753b37b69e689c70a80c9441f3b /Makefile
parent1626b6237d87a6ae6238b0d297d7bfb5cf7ddd38 (diff)
add dockerfile for building a dtail server dev/test container
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