You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backstory: I built out a telegram web client API for my business, I used a library that was dependant on a library named "Node-GYP", I would need to have python installed to use it, being a Node App, I could not really do that (I was using Coolify).
The Super Easy FIX!: Simply add a single python file in the root of your project, have it print a single line, I had mine print "Hello World", this will make Nixpacks auto install python to the docker for you 😄
Hope this helps, It would have saved me hours of debugging if I had only known this 1 simple thing
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Backstory: I built out a telegram web client API for my business, I used a library that was dependant on a library named "Node-GYP", I would need to have python installed to use it, being a Node App, I could not really do that (I was using Coolify).
The Super Easy FIX!: Simply add a single python file in the root of your project, have it print a single line, I had mine print "Hello World", this will make Nixpacks auto install python to the docker for you 😄
Hope this helps, It would have saved me hours of debugging if I had only known this 1 simple thing
Beta Was this translation helpful? Give feedback.
All reactions