/bot-cfg

Configuration Dockerfile for Hubot

MIT LicenseMIT

bot-cfg

Dockerfile for configuring nhoag/hubot.

Deployment Steps

  1. docker pull nhoag/hubot
  2. git clone git@github.com:nhoag/bot-cfg.git
  3. vi ./bot-cfg/Dockerfile (configure ENVs)
  4. docker build -t="nhoag/hubot:live" ./bot-cfg/
  5. docker run -d -p PORT nhoag/hubot:live
  6. Add public Hubot address to Slack Integration (i.e. http://2.2.2.2:45678/)