mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Merge pull request #378 from themgt/docker
get/build rice & fix DB path arg
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user