deepali1021 commited on
Commit
08bc5d2
·
1 Parent(s): 42d68f2

Added app.py

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,4 +26,4 @@ RUN uv sync
26
  EXPOSE 7860
27
 
28
  # Run the app
29
- CMD ["uv", "run", "chainlit", "run", "solution_app.py", "--host", "0.0.0.0", "--port", "7860"]
 
26
  EXPOSE 7860
27
 
28
  # Run the app
29
+ CMD ["uv", "run", "chainlit", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]