feat: prepare for deploying to Dokku

This commit is contained in:
Eneko Illarramendi
2020-04-21 23:13:37 +02:00
parent efbba20872
commit d917feeb02
9 changed files with 760 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"scripts": {
"dokku": {
"predeploy": "flask migrate"
}
}
}