danfde
Error: Failed to parse Nixpacks config file `nixpacks.toml`
https://nixpacks.com/docs/configuration/file
╔══════════════ Nixpacks v1.0.5 ══════════════╗
║ setup │ nodejs-16_x, yarn-1_x, openssl ║
║─────────────────────────────────────────────║
║ install │ yarn install-prod ║
║─────────────────────────────────────────────║
║ build │ yarn run build ║
║─────────────────────────────────────────────║
║ start │ yarn run start ║
╚═════════════════════════════════════════════╝
[phases.install]
retry up to 5 times on fails
cmds = ['for i in 1 2 3 4 5; do yarn run install-prod && break sleep 5; done']
[packages]
nodejs = "18.x"
[phases.build]
cmds = ['for i in 1 2 3 4 5; do yarn run build && break sleep 5; done']
[start]
cmd = 'yarn run start'
24 replies