Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
Add port mapping to the run example
Browse files Browse the repository at this point in the history
related with gatsbyjs#13
  • Loading branch information
cusspvz authored Apr 3, 2018
1 parent f88a6db commit 3b22f77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ This image has two major tags:
5. Use it

```bash
docker run --rm myproject/website
docker run --rm -p 80:80 myproject/website
# Open your browser at http://localhost
```

## Configuration
Expand Down

0 comments on commit 3b22f77

Please sign in to comment.