mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #919 from Hestia-Homes/feature/pashub-to-ara
Pashub to Ara: fix requirements path in dockerfile
This commit is contained in:
commit
7e3c731bae
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