diff options
author | kumavis <aaron@kumavis.me> | 2017-05-16 13:12:06 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2017-05-16 13:12:06 +0800 |
commit | 9fbe3e53714db8d359fa122c8701355ca5e9247c (patch) | |
tree | 5897489edad3e759d7e1a39d9cb5af156c5bd5c8 /mascara | |
parent | 05933a7acb4a3967fbef95508c4474331a98d715 (diff) | |
download | dexon-wallet-9fbe3e53714db8d359fa122c8701355ca5e9247c.tar.gz dexon-wallet-9fbe3e53714db8d359fa122c8701355ca5e9247c.tar.zst dexon-wallet-9fbe3e53714db8d359fa122c8701355ca5e9247c.zip |
mascara - fix deploy instructions
Diffstat (limited to 'mascara')
-rw-r--r-- | mascara/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mascara/README.md b/mascara/README.md index 14cf7f56..6e3bfe96 100644 --- a/mascara/README.md +++ b/mascara/README.md @@ -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 ```
\ No newline at end of file |