add command to dump test database

Cette révision appartient à :
Adrian Malacoda
2018-02-03 22:31:33 -06:00
Parent 8879c07677
révision 54ffb306f7

Voir le fichier

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