EFForg / call-congress

a simple server that connects calls between citizens and their congress person using the Twilio API
GNU Affero General Public License v3.0
34 stars 6 forks source link

Upgrade to latest version #7

Closed wioux closed 8 years ago

wioux commented 8 years ago

This branch merges in master from spacedogXYZ/call-power and includes fixes I had to make to get the docker build working. You can see all the added changes on top of the merge at https://github.com/EFForg/call-congress/compare/e1f0e91...EFForg:upgrade.

Besides fixing dependency issues and a failing test, I added an environment variable $FLASK_ENV which controls how the docker container serves the app.

vbrown608 commented 8 years ago

Looks good!