add command to dump test database

这个提交包含在:
Adrian Malacoda
2018-02-03 22:31:33 -06:00
父节点 8879c07677
当前提交 54ffb306f7

查看文件

@ -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`