diff --git a/Dockerfile b/Dockerfile index 89d5511..bd87bd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.12-slim WORKDIR /app COPY requirements.txt . -RUN pop install --no-cache-dir -rrequirements.txt +RUN pop install --no-cache-dir -requirements.txt COPY app/ ./app/