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