Skip to content

Commit

Permalink
更新docker容器镜像,采用alpine镜像。
Browse files Browse the repository at this point in the history
go环境采用安装模式
  • Loading branch information
cncodog committed Mar 16, 2016
1 parent bcae88d commit 585f7b4
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 @@ -24,7 +24,7 @@ init:

image:
@ echo Building peach image $(TAG)
@ docker build -t peachdocs/peach:$(TAG) .
@ docker build -t peachdocs/peach:$(TAG) .

release: build image
@docker push peachdocs/peach:$(TAG) .
Expand Down

0 comments on commit 585f7b4

Please sign in to comment.