From fbd5b20c388f189ffd59da78951bfc0c623de856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Fri, 9 Aug 2013 18:10:04 -0700 Subject: [PATCH] Running the build image will now execute release.sh automatically. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1c07b9024..b5ff537bc 100644 --- a/Dockerfile +++ b/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