From 9fe408c6f7d77c878c474e37733e243975cfd625 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Tue, 20 Sep 2016 09:56:19 -0400 Subject: [PATCH] Add instructions to rebuild unit test container --- tools/docker-compose/unit-tests/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/docker-compose/unit-tests/README.md b/tools/docker-compose/unit-tests/README.md index c3fa200d38..49243893fe 100644 --- a/tools/docker-compose/unit-tests/README.md +++ b/tools/docker-compose/unit-tests/README.md @@ -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