ソースを参照

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

Jérôme Petazzoni 12 年 前
コミット
fbd5b20c38
1 ファイル変更1 行追加0 行削除
  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
 # Build the binary
 run	cd /go/src/github.com/dotcloud/docker && ./make.sh
+cmd	cd /go/src/github.com/dotcloud/docker && ./release.sh