Files
WerkoutAPI/misc/app.json
2023-06-26 10:24:35 -05:00

7 lines
116 B
JSON

{
"scripts": {
"dokku": {
"predeploy": "/code/manage.py migrate --noinput"
}
}
}