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 #147

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
codecov-io commented 7 years ago

Codecov Report

Merging #147 into develop will decrease coverage by 1.28%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #147      +/-   ##
===========================================
- Coverage    86.27%   84.98%   -1.29%     
===========================================
  Files           55       55              
  Lines         1319     1319              
  Branches       174      174              
===========================================
- Hits          1138     1121      -17     
- Misses         181      198      +17
Impacted Files Coverage Δ
lib/helpers/reports/forChannelUpdate.js 33.33% <0%> (-66.67%) :arrow_down:
lib/helpers/updateChannelReport.js 20% <0%> (-65%) :arrow_down:
lib/helpers/doChannelReport.js 94.73% <0%> (-5.27%) :arrow_down:
lib/helpers/doBlock.js 91.66% <0%> (-1.67%) :arrow_down:
features/steps/time.js 68.42% <0%> (+5.26%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7675f66...e352cca. Read the comment docs.