Skip to content

Commit

Permalink
Add docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
danyanya committed Apr 4, 2019
1 parent 2217d97 commit 153ff93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit 153ff93

Please sign in to comment.