This is using Ubuntu 16.04 LTS as base image.
Redis is installed and hubot-redis-brain
is using it.
make build
docker run -d -e HUBOT_SLACK_TOKEN=<TOKEN> -e HUBOT_CIRCLECI_TOKEN=<CIRCLECI_TOKEN> -e HUBOT_SEMAPHOREAPP_AUTH_TOKEN=<token> -e HUBOT_SEMAPHOREAPP_DEPLOY=true squarescale/hubot
Insert a new RUN command where appropriate in the Dockerfile
:
npm install hubot-plugin-name --save && npm install
Note that the old hubot-scripts.json file will be deprecated in 3.0, so we won't be using it.
Invite your hubot on your chan.
/invite bot_name