1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Running the build image will now execute release.sh automatically.

This commit is contained in:
Jérôme Petazzoni 2013-08-09 18:10:04 -07:00
parent ff30eb96b6
commit fbd5b20c38

View file

@ -34,3 +34,4 @@ run PKG=code.google.com/p/go.net/ REV=84a4013f96e0; hg clone http://$PKG /go/s
add . /go/src/github.com/dotcloud/docker
# Build the binary
run cd /go/src/github.com/dotcloud/docker && ./make.sh
cmd cd /go/src/github.com/dotcloud/docker && ./release.sh