helloGov / webapp

HelloGOV is a call-to-rep campaign link generating tool for organizations engaging in state and federal level legislative advocacy.
https://hellogov.app
MIT License
18 stars 24 forks source link

Dockerize Webapp #335

Closed beekley closed 2 years ago

beekley commented 4 years ago

addresses #326 (semi-related)

Motivation and context

To run end-to-end tests, we'll have to have a real instance of the app running. Docker will help simplify this process by handling the setup/build/running of the app. It will also make the development environments more consistent since everyone will run the same environment in a container.

What I did

I'd like a reviewer to test running docker on their machine.

beekley commented 4 years ago

Looks redundant w/ https://github.com/helloGov/webapp/pull/334

beekley commented 4 years ago

Built on #334