Skip to content

Commit

Permalink
updated org name
Browse files Browse the repository at this point in the history
  • Loading branch information
gkiar committed Jun 22, 2017
1 parent d63e382 commit 468b299
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion imports/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV LC_ALL C

RUN mkdir -p ${MC_DIR} &&\
cd ${MC_DIR} &&\
git clone https://github.com/clowd-control/mindcontrol.git ${MC_DIR}
git clone https://github.com/clowdcontrol/mindcontrol.git ${MC_DIR}

EXPOSE 3000
WORKDIR ${MC_DIR}
Expand Down
4 changes: 2 additions & 2 deletions imports/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
(from this directory)

```
docker build -t clowd-control/mindcontrol .
docker build -t clowdcontrol/mindcontrol .
```

## To Run
(from anywhere, after building/pulling)

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 clowd-control/mindcontrol
docker run -it --rm -v ${PWD}/.mindcontrol/:/home/mincontrol/.meteor/ -p 3000:3000 clowdcontrol/mindcontrol
```

0 comments on commit 468b299

Please sign in to comment.