Create railway.toml

This commit is contained in:
Justin Edmund 2025-01-18 11:46:02 -08:00
parent e642d382b8
commit 48b4c0fe14

16
railway.toml Normal file
View file

@ -0,0 +1,16 @@
[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"