Skip to content

Commit

Permalink
fixed typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
gkiar committed Jun 22, 2017
1 parent 468b299 commit ba5d87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit ba5d87a

Please sign in to comment.