diff --git a/.gitignore b/.gitignore index bef298f..6562e5c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ auth.yml -config.yml uploads jobs diff --git a/Dockerfile b/Dockerfile index dd019c7..c8ebf2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ WORKDIR /app COPY pyproject.toml /app/ COPY src/ /app/src +COPY config.yml /app/config.yml RUN pip install --upgrade pip RUN pip install .