Skip to content

Commit

Permalink
Add docker instructions to docs/deploy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronO committed Mar 14, 2016
1 parent 74cd8dc commit 25168d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Nuts can be easily be deployed to a state-less server or PaaS.

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

### With docker

```
docker run -it -p 80:80 -e GITHUB_REPO=username/repo gitbook/nuts
```

### On your own server:

Install dependencies using:
Expand Down

0 comments on commit 25168d4

Please # to comment.