From dd273dd891443c9c0ee24d5004338dc1ab373805 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Fri, 8 Aug 2025 12:51:29 -0400 Subject: [PATCH] copy pyproject.toml over --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 27f3afc9..8dae8844 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Install python core package +COPY pyproject.toml . RUN pip install . # Install gunicorn for production WSGI server