[31388f42] Final session polish: Refined UI, improved ingest parsing, and completed documentation
This commit is contained in:
@@ -8,4 +8,5 @@ COPY . .
|
||||
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"]
|
||||
# Start monitor in background and streamlit in foreground
|
||||
CMD ["sh", "-c", "python monitor.py & streamlit run app.py --server.port=8501 --server.address=0.0.0.0"]
|
||||
|
||||
Reference in New Issue
Block a user