codeforboston / jobhopper

Jobhopper helps planners and career coaches analyze patterns of career-changers to inform policy and planning decisions. Contact jobhopper@codeforboston.org if you have issues you would like to report.
MIT License
11 stars 26 forks source link

Update Docker docs, simplify scripts. #352

Closed alexjball closed 3 years ago

alexjball commented 3 years ago

Closes #326

This combines script files to make them more functional.

This changes the location of the .env.template file. This is a requirement of docker compose. Also, the format of environment flags now needs to follow NAME=value (no spaces around =)

jedpittman commented 3 years ago

This worked locally on windows. Merging.