DEV Community

Discussion on: Create a Fullstack Blog App with Next.js, Prisma 2 and Docker- Part I Setup the Repo and Configure the Backend

 
codemochi profile image
Code Mochi

Can you tell in your terminal what the error is? You should see that docker-compose is listing the output of all your containers and you can look at what is going on with the frontend container. I wonder if you ran npm stop and npm start if that would fix it. Maybe some error happened during the build of the frontend container.