CloudNiner / discutext-api

API for NWS Area Forecast Discussions
1 stars 0 forks source link

Wrap zappa deploy in docker container #2

Open CloudNiner opened 4 years ago

CloudNiner commented 4 years ago

So that deploy is a one step command. I don't want to have to manage a virtualenv (a requirement of Zappa).

This would make a CI deployment trivial to implement as well.

CloudNiner commented 4 years ago

Looks like it's not yet possible to disable the virtualenv check in zappa: https://github.com/Miserlou/Zappa/issues/835 so the docker container would need to create and manage one.