Skip to content

Commit

Permalink
server_build is now docker_build.
Browse files Browse the repository at this point in the history
  • Loading branch information
taik0 committed May 11, 2018
1 parent 213bf9b commit d5ed822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d5ed822

Please sign in to comment.