Skip to content

Commit

Permalink
Fix model volume mount point in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vrachieru committed Jul 26, 2019
1 parent 5411207 commit 08d8411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ docker build -t <yourname>/rasa-model-server .
Specify your desired configuration and run the container:
```bash
$ docker run -<d|i> --rm \
-v /host/path/to/models:/models \
-v /host/path/to/models:/app/models \
-p <host_port>:8080 \
vrachieru/rasa-model-server
```
Expand Down

0 comments on commit 08d8411

Please sign in to comment.