konyan
nixpacks.toml setup for node-gd Lib
I am building nodejs app and using node-gd lib. The App is successfully run on My Local Mac OS.
I create own nixpack.toml file because I need to install some libs like
libgd-dev
and deploy in Railway app.
The build is successfully published. But when I run the API , i got error at libgb.so.3. When I do googling I found some solution but not working well .
here is error msg from Railways logs
the lib I need to install
my custome nixpacks.toml
here is project ID => https://railway.app/project/1c9ac1a8-e3e3-4815-99a2-095c38d371f915 replies