From 398037cadb9236065dc7e73dc3671adc55e23c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Magalh=C3=A3es?= Date: Sun, 11 Oct 2020 14:31:28 +0200 Subject: [PATCH] docs(deployment): add another example use case --- docs/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment.md b/docs/deployment.md index a7fa1c31eb6bc..03421354ee0b6 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -72,7 +72,7 @@ Make sure your `package.json` has the `"build"` and `"start"` scripts: ### Docker Image -Next.js can be deployed to any hosting provider that supports Docker containers. This is the approach you should use when you're deploying to container orchestrators such as Kubernetes or Hashicorp Nomad. +Next.js can be deployed to any hosting provider that supports Docker containers. This is the approach you should use when you're deploying to container orchestrators such as Kubernetes or Hashicorp Nomad, or just want to run a docker container in a single node in any cloud provider. Here is a multi-stage `Dockerfile` using `node:alpine` that you can use: