Skip to content

Commit

Permalink
Add description to use image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicle committed Jul 5, 2016
1 parent 76f7edb commit b2fc407
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -9,3 +9,10 @@ This repository provide Dockerfile for Revel.
```bash
$ docker build -t revel .
```

## How to use image
1. Go to revel application path.
1. Run the following command.
```bash
$ docker run -it --rm -v "$PWD":/go/src/[path-to-repo] -w /go/src/[path-to-repo] revel revel run [path-to-repo]
```

0 comments on commit b2fc407

Please sign in to comment.