renderlux
renderlux
DDokploy
Created by renderlux on 3/13/2025 in #help
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