make run now puts db in pwd, not /tmp. got sick of starting from scratch
This commit is contained in:
parent
4b412d3a26
commit
43e5164426
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -76,4 +76,4 @@ dpkg:
|
|||
dpkg-deb --build deb/drone
|
||||
|
||||
run:
|
||||
bin/droned --port=":8080" --datasource="/tmp/drone.sqlite"
|
||||
bin/droned --port=":8080" --datasource="drone.sqlite"
|
||||
|
|
Loading…
Reference in a new issue