mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +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 utils/ utils/
|
||||||
COPY backend/postcode_splitter/main.py .
|
COPY backend/postcode_splitter/main.py .
|
||||||
|
|
||||||
|
COPY utils/ utils/
|
||||||
|
COPY backend/ backend/
|
||||||
|
|
||||||
|
COPY backend/__init__.py backend/__init__.py
|
||||||
|
|
||||||
# # -----------------------------
|
# # -----------------------------
|
||||||
# # Lambda handler
|
# # Lambda handler
|
||||||
# # -----------------------------
|
# # -----------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue