mirror of
https://github.com/ansible/awx.git
synced 2026-05-05 16:37:37 -02:30
Add instructions to rebuild unit test container
This commit is contained in:
@@ -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.
|
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:
|
If you just want to pop into a shell and poke around, run:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
Reference in New Issue
Block a user