Merge pull request #378 from themgt/docker

get/build rice & fix DB path arg
This commit is contained in:
Brad Rydzewski 2014-07-17 22:03:44 -07:00
commit 4f0585bee3
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