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. The best practice to run these tests is to use docker and the task commands.
```bash ```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 context=dev task dc:up
task test:api task test:api
# alternatively if you want to run dredd in a container use the following command. # alternatively if you want to run dredd in a container use the following command.