Browse Source

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

Jérôme Petazzoni 12 năm trước cách đây
mục cha
commit
fbd5b20c38
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -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
 add	.       /go/src/github.com/dotcloud/docker
 # Build the binary
 # Build the binary
 run	cd /go/src/github.com/dotcloud/docker && ./make.sh
 run	cd /go/src/github.com/dotcloud/docker && ./make.sh
+cmd	cd /go/src/github.com/dotcloud/docker && ./release.sh