diff options
author | Shane McDonald <shanemcd@users.noreply.github.com> | 2016-09-20 15:56:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-20 15:56:19 +0200 |
commit | 9fe408c6f7d77c878c474e37733e243975cfd625 (patch) | |
tree | 61ea6c778613d8dda0db353875f85dcb542e07ba /tools/docker-compose | |
parent | Only run the unit tests from the docker container (diff) | |
download | awx-9fe408c6f7d77c878c474e37733e243975cfd625.tar.xz awx-9fe408c6f7d77c878c474e37733e243975cfd625.zip |
Add instructions to rebuild unit test container
Diffstat (limited to 'tools/docker-compose')
-rw-r--r-- | tools/docker-compose/unit-tests/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
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 |