Update requirements.txt path

This commit is contained in:
William Valentin
2025-07-15 13:40:22 -07:00
parent e8d23caa9f
commit 5cb042b65b

View File

@@ -18,7 +18,7 @@ RUN apk add --no-cache \
&& pip install --upgrade pip
# Copy the requirements file and install dependencies
COPY src/requirements.txt .
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# Copy the application code