Add the website to the top-level Dockerfile too

Change-Id: I5c6116c629dc31db215c0ec4ffba67a45d9b8516
This commit is contained in:
Brad Fitzpatrick 2014-02-21 18:17:16 -08:00
parent ccacf76451
commit 84fa82e0d0
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ RUN go install \
camlistore.org/cmd/camput \ camlistore.org/cmd/camput \
camlistore.org/cmd/camget \ camlistore.org/cmd/camget \
camlistore.org/cmd/camtool \ camlistore.org/cmd/camtool \
camlistore.org/website \
camlistore.org/dev/devcam camlistore.org/dev/devcam
ENV USER camli ENV USER camli