diff --git a/Dockerfile b/Dockerfile index 34a3ac5..16a273c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN apt-get update \ && rm -rf /var/lib/apt/lists/* COPY pyproject.toml README.md requirements.txt requirements-dev.txt ./ +COPY config ./config COPY src ./src RUN pip install --no-cache-dir --upgrade pip \