add command to dump test database

Tento commit je obsažen v:
Adrian Malacoda
2018-02-03 22:31:33 -06:00
rodič 8879c07677
revize 54ffb306f7

Zobrazit soubor

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