mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #724 from Hestia-Homes/main
Deploy categorisation - add missing imports to dockerfile p3
This commit is contained in:
commit
a06783fcff
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||
COPY utils/ utils/
|
||||
COPY backend/categorisation/ backend/categorisation/
|
||||
COPY backend/app/db/ backend/app/db/
|
||||
COPY backend/app/domain/ backend/app/domain/
|
||||
COPY backend/addresses/ backend/addresses/
|
||||
COPY datatypes/ datatypes/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue