Spaces:
Running
Running
add rust to dockerfile
Browse files- 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"]
|