From 3b8d717bdf1a51c81e516a1481f1eee2268d0eaf Mon Sep 17 00:00:00 2001 From: Anto01 Date: Mon, 6 Apr 2026 08:10:05 -0400 Subject: [PATCH] Ship project registry config in image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 \