Skip to content

Instantly share code, notes, and snippets.

@mikechernev
Last active May 11, 2016 22:37
Show Gist options
  • Save mikechernev/cbc6666e7cd0a3f087d4141f9ddf5e25 to your computer and use it in GitHub Desktop.
Save mikechernev/cbc6666e7cd0a3f087d4141f9ddf5e25 to your computer and use it in GitHub Desktop.
Creating a Hubot using docker
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