Skip to content

Commit

Permalink
docs(deployment): add another example use case
Browse files Browse the repository at this point in the history
  • Loading branch information
armand1m authored Oct 11, 2020
1 parent b3731e2 commit 398037c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 398037c

Please sign in to comment.