Skip to content
Snippets Groups Projects
Commit 7a837382 authored by Mike's avatar Mike
Browse files

docker oneliner for dev and quickstarting

parent cba20cf5
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,8 @@ Use the automated build at our [Official Docker Registry](https://registry.hub.d
docker pull rocketchat/rocket.chat
```
### Heroku
Host your own Rocket.Chat server for **FREE** with [One-Click Deploy](https://heroku.com/deploy?template=https://github.com/RocketChat/Rocket.Chat/tree/master)
......@@ -133,6 +135,14 @@ cd Rocket.Chat
meteor
```
or use docker:
```
git clone https://github.com/RocketChat/Rocket.Chat.git
cd Rocket.Chat
docker run -it --rm -p 3000:3000 -v "$(pwd)":/app danieldent/meteor
```
## Credits
Thanks to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment