The dockerfile could be: - based off `node` (probably the alpine one) - add mongodb inside, run it - set the correct ENV vars - run `yarn install`, `next build`, and `next start` - expose the next prot
The dockerfile could be:
node(probably the alpine one)yarn install,next build, andnext start