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

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/app.py", "--host", "0.0.0.0", "--port", "7860"]
 
27
  EXPOSE 7860
28
 
29
  # Run the app
30
+ CMD ["uv", "run", "chainlit", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]