Uses a multi-stage Docker build that copies both app/ and blogex/, preserving the path dependency. Includes release scripts, migration module, and a sample Dokku setup script. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 lines
105 B
JSON
9 lines
105 B
JSON
{
|
|
"name": "firehose",
|
|
"scripts": {
|
|
"dokku": {
|
|
"postdeploy": "/app/bin/migrate"
|
|
}
|
|
}
|
|
}
|