renderlux
I can not deploy a simple app
[phases.setup]
nodeVersion = "20"
nixPkgs = ['nodejs', 'yarn']
[phases.install]
cmds = ['yarn install']
[start]
cmd = 'node server.js'
[variables]
NODE_ENV = 'production'
PORT = '3000'
I also tried Dockerfile, paketo-buildpacks
and I had lots of issues with GO and Node 😦 😦
3 replies