diff --git a/app.json b/app.json index 6b81cfa..aa982b3 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "scripts": { "dokku": { - "predeploy": "rm -r /app/static/* && cp -r /front-end-build/* /app/static/" + "predeploy": "rm -rf /app/static/* && cp -r /front-end-build/* /app/static/" } } }