[31388f42] Dockerize lead-engine: Add service to docker-compose.yml, update nginx proxy, fix Dockerfile deps

This commit is contained in:
2026-03-02 07:49:17 +00:00
parent 7e51ef97e8
commit a25f5b67e5
3 changed files with 21 additions and 3 deletions

View File

@@ -4,7 +4,8 @@ WORKDIR /app
COPY . .
RUN pip install streamlit pandas
# Install dependencies required for ingestion and DB
RUN pip install streamlit pandas requests python-dotenv
ENV PYTHONUNBUFFERED=1
CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]