title | tags | created | modified | |||
---|---|---|---|---|---|---|
devops-docker-examples-utils |
|
2024-06-30 11:17:42 UTC |
2024-06-30 11:18:11 UTC |
- https://github.com/vercel/next.js/tree/canary/examples/with-docker
- This examples shows how to use Docker with Next.js based on the deployment documentation. Additionally, it contains instructions for deploying to Google Cloud Run. However, you can use any container-based deployment host.
- Nextjs 的 docker example 里面的 dockerfile 写得挺好的,我的项目都用这个去改
- Multi-stage builds
- Automatic package manager detection