Last active
May 11, 2016 22:37
-
-
Save mikechernev/cbc6666e7cd0a3f087d4141f9ddf5e25 to your computer and use it in GitHub Desktop.
Creating a Hubot using docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -it --rm -v "$PWD":/usr/src/app -w /usr/src/app node \ | |
npm install -g hubot coffee-script yo generator-hubot \ | |
&& yo hubot --adapter="slack" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment