Skip to content

Commit

Permalink
Merge pull request meteorhacks#67 from AirBorne04/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
arunoda committed Dec 10, 2015
2 parents c3b448d + 8548db3 commit ff60288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,15 @@ This sample docker-compose.yml file starts up a container that has used meteorha

#### Rebuilding Binary Modules

Sometimes, you need to rebuild binary npm modules. If so, expose `REBULD_NPM_MODULES` environment variable. It will take couple of seconds to complete the rebuilding process.
Sometimes, you need to rebuild binary npm modules. If so, expose `REBUILD_NPM_MODULES` environment variable. It will take couple of seconds to complete the rebuilding process.

~~~shell
docker run -d \
-e ROOT_URL=http://yourapp.com \
-e MONGO_URL=mongodb://url \
-e MONGO_OPLOG_URL=mongodb://oplog_url \
-e BUNDLE_URL=http://mybundle_url_at_s3.tar.gz \
-e REBULD_NPM_MODULES=1 \
-e REBUILD_NPM_MODULES=1 \
-p 8080:80 \
meteorhacks/meteord:binbuild
~~~
Expand Down

0 comments on commit ff60288

Please sign in to comment.