Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Commit

Permalink
Fix Docker volume
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Dec 15, 2016
1 parent 9c23eaf commit 22ef11d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ RUN pip install --upgrade pip
COPY requirements.txt ./
COPY setup ./
RUN ./setup

COPY rosie.py ./
COPY rosie ./rosie
VOLUME /tmp/serenata-data:/tmp/serenata-data

CMD python rosie.py run
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A Python application reading receipts from the [Quota for Exercising Parliamenta

```console
$ docker build -t rosie .
$ docker run rosie
$ docker run --rm -v /tmp/serenata-data:/tmp/serenata-data rosie

```

Expand Down

0 comments on commit 22ef11d

Please sign in to comment.