Deploying Next.js 15 project via Dockerfile times out all the time
Unanswered
Northeast Congo Lion posted this in #help-forum
Northeast Congo LionOP
I'm deploying a Next.js 15 project with a Dockerfile to Coolify, I notice that it gets to "Linting and checking validity of types" and then jus completely stops. It uses all 3 vCPUs a 100% max and then just quits.
When I disable linting for builds, it works fine and completes within 2-3 minutes. And sometimes If I wait like 15 minutes, the linting will actually complete and it wont just fail.
I recently migrated ESLint from 8 to 9, so could be apart of the issue, not sure though.
When I disable linting for builds, it works fine and completes within 2-3 minutes. And sometimes If I wait like 15 minutes, the linting will actually complete and it wont just fail.
I recently migrated ESLint from 8 to 9, so could be apart of the issue, not sure though.
6 Replies
Northeast Congo LionOP
Completely stops here
Using all my virtual cpus at full capacity
With these two processes taking up most of that
Building locally via 'next build' or even 'next lint' works fine. Usually finishes quick too.