From b4f4b157247cc1e78874160808c75321ae5db8d9 Mon Sep 17 00:00:00 2001 From: sourabh Date: Sat, 30 Jun 2018 10:52:18 -0700 Subject: [PATCH] fixed docker installation typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78c1f5a..45f04b9 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ __Make sure you already installed [docker](https://www.docker.com)__ __If you already had a backup file `cards.db`. Run following command:__ *Note: We don't need to rebuild image, just delete old container if you already built.* -`docker run -d -p 8000:8000 --name cs-flash-cards -v ::/src/db cs-flash-cards`. +`docker run -d -p 8000:8000 --name cs-flash-cards -v :/src/db cs-flash-cards`. ``: is the full path contains `cards.db`. Example: `/home/tinpee/cs-flash-cards/db`, and `cards.db` is inside this folder.