koffiwind commited on
Commit
5fa590d
·
1 Parent(s): 9d57202

add rust to dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,4 +37,4 @@ EXPOSE 7860
37
  # Move to the .venv directory (if it exists)
38
  WORKDIR $HOME/app/.venv
39
  # Run the app
40
- CMD ["uv", "run", "chainlit", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]
 
37
  # Move to the .venv directory (if it exists)
38
  WORKDIR $HOME/app/.venv
39
  # Run the app
40
+ CMD ["uv", "run", "chainlit", "run", "../app.py", "--host", "0.0.0.0", "--port", "7860"]