From 4212045c4a33910a53918d184dca35180740aabe Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 17 Jul 2014 17:05:55 -0400 Subject: [PATCH] get/build rice & fix DB path arg --- Dockerfile | 2 +- Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c03944e86..c58ecc85f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,4 +24,4 @@ EXPOSE 80 ENTRYPOINT ["/usr/local/bin/droned"] -CMD ["--port=:80", "--path=/var/lib/drone/drone.sqlite"] +CMD ["--port=:80", "--datasource=/var/lib/drone/drone.sqlite"] diff --git a/Makefile b/Makefile index 93ed269bf..07ed3c4bc 100644 --- a/Makefile +++ b/Makefile @@ -94,4 +94,5 @@ godep: go get github.com/tools/godep rice: - go install github.com/GeertJohan/go.rice/rice + go get github.com/GeertJohan/go.rice/rice + go build github.com/GeertJohan/go.rice/rice