Reputation: 1
I have a project on NextJS (14.2.21), running on Dokploy (0.17.9), building on Heroku Buildpacks. Inside of my project I have the next Procfile:
web: export PATH="/layers/heroku_nodejs-engine/dist/bin:$PATH" && ./node_modules/.bin/next start
worker: node --loader ./loader.mjs ./src/lib/nexus/nexusInit.js`
At build, the web process is running well, but the worker is not appearing (should be a separate container excplicitelly for the worker).
Providing my deployment log: deploy log
I will provide any other information you will ask.
Upvotes: 0
Views: 19