Add instructions to rebuild unit test container

This commit is contained in:
Shane McDonald 2016-09-20 09:56:19 -04:00 committed by GitHub
parent 83e23b7ac4
commit 9fe408c6f7

View File

@ -6,6 +6,13 @@ $ docker-compose -f tools/docker-compose/unit-tests/docker-compose.yml run unit-
This will start the container, install the dependencies, and run the unit tests.
To rebuild:
```shell
$ docker-compose -f tools/docker-compose/unit-tests/docker-compose.yml build
```
If you just want to pop into a shell and poke around, run:
```shell