hensei-api/railway.toml

16 lines
288 B
TOML

[phases.setup]
nixPkgs = [
"imagemagick",
"ghostscript", # For PDF/PS operations
"pkgconfig", # For gem compilation
"libmagickwand" # ImageMagick C library
]
[phases.install]
dependsOn = ["setup"]
[phases.build]
dependsOn = ["install"]
[start]
cmd = "bin/rails server"