Added instructions on backing up card db.

This commit is contained in:
John Washam
2016-10-18 16:18:48 -07:00
parent 574b5ecd97
commit 35589f7016

View File

@@ -64,5 +64,6 @@ __Make sure you already installed [docker](https://www.docker.com)__
1. Build image: `docker build . -t cs-flash-cards`
1. Run container: `docker run -d -p 8000:8000 --name cs-flash-cards cs-flash-cards`
1. Go your browser and type `http://localhost:8000`
1. To back up your cards db, run `docker cp cs-flash-cards:/src/cards.db /path/to/save`
*Happy learning!*