mascara - fix deploy instructions

This commit is contained in:
kumavis 2017-05-15 22:12:06 -07:00
parent 05933a7acb
commit 9fbe3e5371
1 changed files with 1 additions and 1 deletions

View File

@ -29,5 +29,5 @@ Test will run in browser, you will have to have these browsers installed:
Will build and deploy mascara via docker
```
docker-compose build && docker-compose stop && docker-compose up && docker-compose -t 200 -f
docker-compose build && docker-compose stop && docker-compose up -d && docker-compose logs --tail 200 -f
```