mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
imports
This commit is contained in:
parent
e5cf3a426e
commit
e3e024f70c
1 changed files with 0 additions and 7 deletions
|
|
@ -14,13 +14,6 @@ COPY backend/ backend/
|
||||||
# Copy the handler
|
# Copy the handler
|
||||||
COPY backend/postcode_splitter/main.py .
|
COPY backend/postcode_splitter/main.py .
|
||||||
|
|
||||||
# Ensure __init__.py files exist for proper module importing
|
|
||||||
RUN touch backend/__init__.py
|
|
||||||
RUN touch backend/app/__init__.py
|
|
||||||
RUN touch backend/db/__init__.py
|
|
||||||
RUN touch backend/postcode_splitter/__init__.py
|
|
||||||
RUN touch utils/__init__.py
|
|
||||||
|
|
||||||
# Lambda handler
|
# Lambda handler
|
||||||
CMD ["main.handler"]
|
CMD ["main.handler"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue