mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
renamed to landlord description overrides
This commit is contained in:
parent
aea7251107
commit
68809a68c1
7 changed files with 2 additions and 2 deletions
|
|
@ -29,6 +29,6 @@ COPY applications/ applications/
|
|||
|
||||
# Place the handler at the Lambda task root so the runtime can resolve
|
||||
# ``main.handler`` without an extra package prefix.
|
||||
COPY applications/landlord_overrides/handler.py /var/task/main.py
|
||||
COPY applications/landlord_description_overrides/handler.py /var/task/main.py
|
||||
|
||||
CMD ["main.handler"]
|
||||
|
|
@ -2,7 +2,7 @@ services:
|
|||
landlord_overrides:
|
||||
build:
|
||||
context: ../../../
|
||||
dockerfile: applications/landlord_overrides/Dockerfile
|
||||
dockerfile: applications/landlord_description_overrides/Dockerfile
|
||||
ports:
|
||||
- "9002:8080"
|
||||
env_file:
|
||||
Loading…
Add table
Reference in a new issue