From 153ff931bf3efad6faafed0f12dc9e634f89b1e5 Mon Sep 17 00:00:00 2001 From: Daniil Sliusar Date: Thu, 4 Apr 2019 21:03:58 +0300 Subject: [PATCH] Add docker build --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 148512c..97ea265 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,6 @@ build: env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./bin/sendmail-http clean: rm ./bin/sendmail-http + +docker: + docker build -t danyanya/postfix-http . \ No newline at end of file