Skip to content

Weekly build week-03-05-2020

Compare
Choose a tag to compare
@zymap zymap released this 03 May 00:12
· 99 commits to master since this release
dec1923
Using volumes instead of binding mounts (#295)

### Motivation

Docker volumes are better than binding mounts.

### Modifications  

Change install through docker docs

### Verifying this change

- [x] Make sure that the change passes the `./gradlew build` checks.