mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
docker build was wrong
This commit is contained in:
parent
47fce5f3f8
commit
53367bcb98
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ FROM public.ecr.aws/lambda/python:3.10
|
|||
# Set working directory (Lambda task root)
|
||||
WORKDIR /var/task
|
||||
|
||||
COPY backend/postcode_splitter/handler/requirements.txt
|
||||
COPY backend/postcode_splitter/handler/requirements.txt .
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue