mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge pull request #718 from Hestia-Homes/main
Categorisation deployment - fix import errors
This commit is contained in:
commit
f39de153d7
2 changed files with 9 additions and 1 deletions
|
|
@ -30,8 +30,13 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
COPY utils/ utils/
|
COPY utils/ utils/
|
||||||
COPY backend/categorisation/ backend/categorisation/
|
COPY backend/categorisation/ backend/categorisation/
|
||||||
|
COPY backend/app/db/functions/ backend/app/db/functions/
|
||||||
|
COPY backend/app/db/models/ backend/app/db/models/
|
||||||
|
COPY backend/addresses/ backend/addresses
|
||||||
|
COPY datatypes/ datatypes/
|
||||||
|
|
||||||
COPY backend/app/db/connection.py backend/app/db/connection.py
|
COPY backend/app/db/connection.py backend/app/db/connection.py
|
||||||
|
|
||||||
COPY backend/app/config.py backend/app/config.py
|
COPY backend/app/config.py backend/app/config.py
|
||||||
|
|
||||||
COPY backend/__init__.py backend/__init__.py
|
COPY backend/__init__.py backend/__init__.py
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
sqlmodel
|
sqlmodel
|
||||||
pydantic-settings
|
pydantic-settings
|
||||||
psycopg2-binary==2.9.10
|
psycopg2-binary==2.9.10
|
||||||
|
|
||||||
|
# Not used but needed to satisfy imports
|
||||||
|
pytz==2024.2
|
||||||
Loading…
Add table
Reference in a new issue