add command to dump test database

Este commit está contenido en:
Adrian Malacoda 2018-02-03 22:31:33 -06:00
padre 8879c07677
commit 54ffb306f7

Ver fichero

@ -15,3 +15,6 @@ The test database is a small collection of wiki pages, boards, and posts. There
### Follow PHP logs
`docker exec glitchcityinfo_web_1 tail -f /var/log/php5-fpm.log`
### Dump test database
`docker-compose exec db mysqldump glitchcity -ptoor`