From d5ed822ba18a447594f8e172990793447355631b Mon Sep 17 00:00:00 2001 From: taik0 Date: Fri, 11 May 2018 12:39:09 +0200 Subject: [PATCH] server_build is now docker_build. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0ccd1c..6ccc039 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ build: @go build -a -o api2html @echo "You can now use ./api2html" -docker: server_build +docker: docker_build docker build -t devopsfaith/api2html . rm api2html