mwmbl/app.json

8 lines
127 B
JSON
Raw Normal View History

2023-10-12 20:44:34 +00:00
{
"scripts": {
"dokku": {
"predeploy": "rm -rf /app/static/* && cp -r /front-end-build/* /app/static/"
2023-10-12 20:44:34 +00:00
}
}
}