Debian – Nextjs + Prisma/postgres + Docker wont show layout.tsx children pages
I have a docker setup with a nextjs application in a container and another container with a postgres database, using prisma as ORM. The containers start fine and I can access my nextjs application on localhost:3000, but no content from…