mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
added backend code
This commit is contained in:
parent
9506b9f591
commit
455a89aa1a
1 changed files with 6 additions and 0 deletions
|
|
@ -9,6 +9,12 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||
|
||||
COPY utils/ utils/
|
||||
COPY backend/postcode_splitter/main.py .
|
||||
|
||||
COPY utils/ utils/
|
||||
COPY backend/ backend/
|
||||
|
||||
COPY backend/__init__.py backend/__init__.py
|
||||
|
||||
# # -----------------------------
|
||||
# # Lambda handler
|
||||
# # -----------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue