

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
ここにツイート内容が記載されますhttps://b.hatena.ne.jp/URLはspanで囲んでください
Twitterで共有ONにすると、次回以降このダイアログを飛ばしてTwitterに遷移します

FROM node:latest MAINTAINER nabe RUN npm install -g hubot coffee-script RUN npm install hubot-sla...FROM node:latest MAINTAINER nabe RUN npm install -g hubot coffee-script RUN npm install hubot-slack --save RUN hubot --create bot ADD hubot-scripts.json /bot/hubot-scripts.json ADD package.json /bot/package.json ADD scripts/hello.coffee /bot/scripts/ ENV REDIS_URL redis://localhost:6379 ENV HUBOT_NAME @bot ENV PORT 9999 ENV HUBOT_SLACK_TOKEN <yourtoken> ENV HUBOT_SLACK_TEAM <yourteam> ENV HUBOT_SL




