get/build rice & fix DB path arg

This commit is contained in:
Paul 2014-07-17 17:05:55 -04:00
parent 08b0d2ac56
commit 4212045c4a
2 changed files with 3 additions and 2 deletions

View file

@ -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"]

View file

@ -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