removing module provider summoning for provider

This commit is contained in:
2025-12-04 16:19:26 +01:00
parent 5941ffd085
commit 7c2a819122

View File

@@ -21,6 +21,4 @@ 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"]
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "5001", "--app-dir", "/app/provider"]