Closed eatyourgreens closed 4 days ago
docker-compose.dev.yml doesn't run the Next.js app in development mode, so you can't edit the code and see your changes in the running app.
docker-compose.dev.yml
yarn dev
yarn build
yarn start
Closed by #287.
docker-compose.dev.yml
doesn't run the Next.js app in development mode, so you can't edit the code and see your changes in the running app.yarn dev
rather thanyarn build
andyarn start
.