mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
fix engine dockerfile
This commit is contained in:
parent
0159176772
commit
1f40c3aeef
1 changed files with 4 additions and 0 deletions
|
|
@ -43,6 +43,10 @@ COPY ./utils/ ./utils/
|
|||
# engine.py -> backend.apis.GoogleSolarApi -> infrastructure.solar; without this
|
||||
# the lambda fails at init with "No module named 'infrastructure'".
|
||||
COPY ./infrastructure/ ./infrastructure/
|
||||
# backend.app.db.models.portfolio re-exports PortfolioGoal from
|
||||
# domain.modelling.portfolio_goal (ADR-0017 amendment); without this the lambda
|
||||
# fails at init with "No module named 'domain'".
|
||||
COPY ./domain/ ./domain/
|
||||
COPY ./etl/epc/ ./etl/epc/
|
||||
COPY ./etl/epc_clean/ ./etl/epc_clean/
|
||||
COPY ./etl/bill_savings/ ./etl/bill_savings/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue