Skip to content

Commit

Permalink
Merge pull request scipr-lab#11 from gnosis/dockerfile
Browse files Browse the repository at this point in the history
Include Docker File and update readme for docker build guide.
  • Loading branch information
bh2smith authored Dec 10, 2018
2 parents 730858e + f49e28e commit 71b003c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ COPY . .

VOLUME /root/.m2

CMD ["mvn"]

CMD ["mvn"]
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@ Finally, compile the source code:
mvn compile
```

### Docker

```
cd your_dizk_project_directory
docker build -t dizk-container .
docker run -it dizk-container bash
```

### Testing

This library comes with unit tests for each of the provided modules. Run the tests with:
Expand Down

0 comments on commit 71b003c

Please sign in to comment.