diff --git a/Dockerfile b/Dockerfile index bd87bd1..e64e762 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 -requirements.txt +RUN pop install --no-cache-dir -r requirements.txt COPY app/ ./app/