18F / standup-slack-bot

A Slack bot to streamline team standup without disturbing the overall flow of conversation
https://standup-slack-bot.app.cloud.gov/
Other
87 stars 31 forks source link

Update Docker #141

Closed mgwalker closed 7 years ago

mgwalker commented 7 years ago
  1. Use a Dockerfile to build up the bot's image; that way, as long as the package.json doesn't change, the image doesn't have to be completely rebuilt
  2. Update the docker-compose.yml to version 2 (yes, there's a version 3 now, but I'm just not familiar with it yet so...)
  3. Update the wait-for-it script to remove the npm install, since that happens in the Dockerfile now