Here’s a relevant snippet:
- The Next.js server is started using this command:
startLine: 37
endLine: 37
- A health check endpoint is set up on port 8080:
startLine: 45
endLine: 49
- The script then waits for the Next.js server to finish running:
startLine: 59
endLine: 59