Mstraa
nixpacks.toml on root directory is not used
Hello I'm struggling a little to try to use nodejs_20 on my project.
Setting up the Nixpacks ENV doesn't work because there is some conflict with node 20 and 18
╔═════════════ Nixpacks v1.29.1 ════════════╗
║ setup │ nodejs_20, nodejs_18, npm-9_x ║
║────────────────────────────────────────────║
║ install │ npm ci ║
║────────────────────────────────────────────║
║ build │ npm run build ║
║────────────────────────────────────────────║
║ start │ npm run start ║
╚═══════════════════════════════════╝
When I try to use a nixpacks.toml at the root of my project :
it is not used by dokploy
╔════════ Nixpacks v1.29.1 ═══════╗
║ setup │ nodejs_18, npm-9_x ║
║─────────────────────────────────║
║ install │ npm ci ║
║─────────────────────────────────║
║ build │ npm run build ║
║─────────────────────────────────║
║ start │ npm run start ║
╚═══════════════════════════╝
Any idea why ?
Thanks in advance 🙂
2 replies