mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
Add instructions to rebuild unit test container
This commit is contained in:
parent
83e23b7ac4
commit
9fe408c6f7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user