fix permissions

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
Justin Cormack 2015-12-30 18:26:12 +00:00
parent 070e72dd71
commit d9f3649dcf
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ all: 9pudc
9pudc: Dockerfile main.go
docker build --build-arg GOOS=$(GOOS) --build-arg GOARCH=$(GOARCH) -t 9pudc:test .
docker run 9pudc:test cat /go/bin/9pudc > 9pudc
chmod 555 9pudc
chmod 755 9pudc
clean:
rm -f 9pudc

View File

@ -3,7 +3,7 @@ all: mdnstool
mdnstool: Dockerfile mdnstool.go mdnsmon/mdnsmon.go
docker build -t mdnstool:test .
docker run mdnstool:test cat /go/bin/mdnstool > mdnstool
chmod 555 mdnstool
chmod 755 mdnstool
clean:
rm -f mdnstool