fix requirements path in dockerfile

This commit is contained in:
Daniel Roth 2026-03-25 16:39:45 +00:00
parent 1c58d6ed86
commit 9bf44546d4

View file

@ -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