Skip to content

Commit

Permalink
Merge pull request #98 from datasciencebr/cuducos-fix-docker-command
Browse files Browse the repository at this point in the history
Fix Docker command
  • Loading branch information
anaschwendler authored Nov 4, 2017
2 parents 99b4c32 + 78816b1 commit 4171316
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 @@ -12,7 +12,7 @@ A Python application reading receipts from the [Quota for Exercising Parliamenta
### With Docker

```console
$ docker run --rm -v /tmp/serenata-data:/tmp/serenata-data datascience/rosie run <module_name>
$ docker run --rm -v /tmp/serenata-data:/tmp/serenata-data datasciencebr/rosie run <module_name>
```

Then check your `/tmp/serenata-data/` directory in you host machine for `irregularities.xz`.
Expand Down

0 comments on commit 4171316

Please sign in to comment.