Strapi on my Coolify

I added a nixpacks.toml file in the root of the Strapi v5 project. ```[phases.install]
cmds = [‘yarn install’]

[phases.build]
cmds = [‘yarn build’]

[variables]
NODE_ENV = ‘production’
NIXPACKS_NODE_VERSION = ‘20’

[start]
cmd = ‘yarn start’```