Skip to content

Commit

Permalink
Added instructions on backing up card db.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasham committed Oct 18, 2016
1 parent 574b5ec commit 35589f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!*

0 comments on commit 35589f7

Please sign in to comment.