codeforboston / home-energy-analysis-tool

https://www.codeforboston.org/projects/
MIT License
7 stars 25 forks source link

Switch to multiple devcontainer files #212

Closed alanisaac closed 5 days ago

alanisaac commented 5 days ago

In #183, we added a devcontainer.json file to customize the container used in GitHub Codespaces. This was necessary because the default container is on Python 3.10, but the rules engine makes use of Python 3.11.

However, this had an unintended side-effect: the container takes ~4 minutes to build when a new one is created. This PR changes the devcontainer files in the repository such that there are multiple images instead, one for the rules engine and one for the heat stack front-end.