mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fix requirements path in dockerfile
This commit is contained in:
parent
1c58d6ed86
commit
9bf44546d4
1 changed files with 1 additions and 2 deletions
|
|
@ -7,11 +7,10 @@ RUN chmod +x /usr/local/bin/aws-lambda-rie
|
|||
# Set working directory (Lambda task root)
|
||||
WORKDIR /var/task
|
||||
|
||||
COPY .env backend/.env
|
||||
|
||||
COPY utils/ utils/
|
||||
COPY backend/pashub_fetcher/ backend/pashub_fetcher/
|
||||
|
||||
COPY backend/pashub_fetcher/handler/requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Lambda entrypoint
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue