documentation hotfix

This commit is contained in:
Anton Markelov 2018-10-20 16:17:08 +10:00
parent 8e18b9df48
commit 4450534423

View File

@ -96,7 +96,7 @@ This means that you should never run these tests against your productive databas
The best practice to run these tests is to use docker and the task commands.
```bash
task dc:build #First run only to build the images
context=dev task dc:build #First run only to build the images
context=dev task dc:up
task test:api
# alternatively if you want to run dredd in a container use the following command.