AlexFoxalt commited on
Commit
eeaf296
·
1 Parent(s): 870f3c8

Fixed Dockerfile

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