firehose/app.json
Willem van den Ende e780d6b6e5 Add Dockerfile-based Dokku deployment for monorepo layout
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.
2026-03-18 10:55:44 +00:00

9 lines
105 B
JSON

{
"name": "firehose",
"scripts": {
"dokku": {
"postdeploy": "/app/bin/migrate"
}
}
}