Fix Docker testing README for better GitHub readability

This commit is contained in:
James Hu 2017-12-29 14:15:32 -08:00
parent 1e286bce0f
commit bc167ea085

View file

@ -10,6 +10,7 @@ In Development Mode, the source code of the current project directory is mounted
## Development Usage
Build a docker image that contains huginn, as well as huginn test dependencies using `docker-compose`:
cd docker/test
docker-compose -f develop.yml build
@ -26,5 +27,6 @@ Run all specs against a Postgres database using `docker-compose`:
docker-compose -f develop.yml down
Run a specific spec using `docker-compose`:
docker-compose -f develop.yml run huginn_test_postgres rspec ./spec/helpers/dot_helper_spec.rb:82
docker-compose -f develop.yml down