From 84fa82e0d0c8d9cc4c6cc5302ffd24710ed5a61c Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 21 Feb 2014 18:17:16 -0800 Subject: [PATCH] Add the website to the top-level Dockerfile too Change-Id: I5c6116c629dc31db215c0ec4ffba67a45d9b8516 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ec183055a..f837d31a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,6 +43,7 @@ RUN go install \ camlistore.org/cmd/camput \ camlistore.org/cmd/camget \ camlistore.org/cmd/camtool \ + camlistore.org/website \ camlistore.org/dev/devcam ENV USER camli