From ba5d87a977df4e85932a234dd1607553cddd2964 Mon Sep 17 00:00:00 2001 From: gkiar Date: Thu, 22 Jun 2017 14:51:26 -0700 Subject: [PATCH] fixed typo! --- imports/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/docker/README.md b/imports/docker/README.md index 7840165..ddd1d8b 100644 --- a/imports/docker/README.md +++ b/imports/docker/README.md @@ -12,5 +12,5 @@ docker build -t clowdcontrol/mindcontrol . Note: the `-v` mount is **very important** as it contains the backup of the MongoDB. ``` -docker run -it --rm -v ${PWD}/.mindcontrol/:/home/mincontrol/.meteor/ -p 3000:3000 clowdcontrol/mindcontrol +docker run -it --rm -v ${PWD}/.mindcontrol/:/home/mindcontrol/.meteor/ -p 3000:3000 clowdcontrol/mindcontrol ```