There may not be files there, so use -rf
This commit is contained in:
parent
b182e92b75
commit
973fe8198c
1 changed files with 1 additions and 1 deletions
2
app.json
2
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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue