mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
Fix Docker testing README for better GitHub readability
This commit is contained in:
parent
1e286bce0f
commit
bc167ea085
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue