added default config copy to dockerfile

This commit is contained in:
2024-12-31 15:11:01 +01:00
parent 91ead3ad5a
commit 8c3500b787
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -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 .