Spaces:
Running
Running
fix: docker file for hf
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -28,4 +28,4 @@ RUN uv sync
|
|
28 |
EXPOSE 7860
|
29 |
|
30 |
# Run the app
|
31 |
-
CMD ["uv", "run", "chainlit", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
28 |
EXPOSE 7860
|
29 |
|
30 |
# Run the app
|
31 |
+
CMD ["uv", "run", "chainlit", "run", "interfaces/chainlit/app.py", "--host", "0.0.0.0", "--port", "7860"]
|