diff --git a/Dockerfile b/Dockerfile index 1efdd9a..f2eac90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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