lnbits/app.json

8 lines
79 B
JSON
Raw Normal View History

2020-04-21 12:12:29 +00:00
{
"scripts": {
"dokku": {
"predeploy": "flask migrate"
}
}
}