mwmbl/app.json

8 lines
127 B
JSON

{
"scripts": {
"dokku": {
"predeploy": "rm -rf /app/static/* && cp -r /front-end-build/* /app/static/"
}
}
}