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