Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 427 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 427 Bytes

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/)