Create railway.toml
This commit is contained in:
parent
e642d382b8
commit
48b4c0fe14
1 changed files with 16 additions and 0 deletions
16
railway.toml
Normal file
16
railway.toml
Normal 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"
|
||||||
Loading…
Reference in a new issue