Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add output standalone in docker deployment section (#9738)
Adds details about `output: 'standalone'` to Docker deployment section. This is required in order for Next.js to be dockerized. ``` const nextConfig = { output: 'standalone', } ```
- Loading branch information