mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 02:41:01 +00:00
Merge pull request #378 from themgt/docker
get/build rice & fix DB path arg
This commit is contained in:
commit
4f0585bee3
2 changed files with 3 additions and 2 deletions
|
@ -24,4 +24,4 @@ EXPOSE 80
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/local/bin/droned"]
|
ENTRYPOINT ["/usr/local/bin/droned"]
|
||||||
|
|
||||||
CMD ["--port=:80", "--path=/var/lib/drone/drone.sqlite"]
|
CMD ["--port=:80", "--datasource=/var/lib/drone/drone.sqlite"]
|
||||||
|
|
3
Makefile
3
Makefile
|
@ -94,4 +94,5 @@ godep:
|
||||||
go get github.com/tools/godep
|
go get github.com/tools/godep
|
||||||
|
|
||||||
rice:
|
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
|
||||||
|
|
Loading…
Reference in a new issue