small provider updates

This commit is contained in:
2025-12-04 16:07:18 +01:00
parent 955102090d
commit 5941ffd085
2 changed files with 2 additions and 1 deletions

View File

@@ -21,4 +21,6 @@ RUN pip install --no-cache-dir -r requirements.txt
ENV PYTHONPATH=/app:/app/lib:/app/procesing
WORKDIR /app
CMD ["python", "-m", "uvicorn", "provider.app:app", "--host", "0.0.0.0", "--port", "5001"]