create .static for dokku
This commit is contained in:
parent
9eb03eecfd
commit
57d9dd16cd
1 changed files with 1 additions and 1 deletions
2
app.json
2
app.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"scripts": {
|
||||
"dokku": {
|
||||
"predeploy": "npm build"
|
||||
"predeploy": "npm build && touch dist/.static"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue