Update Dockerfile

This commit is contained in:
Martin Polden
2014-12-22 16:53:41 +01:00
parent 13d0408823
commit 65ffd03479
2 changed files with 8 additions and 3 deletions

View File

@ -9,8 +9,11 @@ deps:
go get -d -v
build:
@mkdir bin
@mkdir -p bin
go build -o bin/$(NAME)
test:
go test
docker-image:
docker build -t martinp/ifconfig .