Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -26,7 +26,7 @@ WORKDIR /app
|
|
| 26 |
|
| 27 |
# 5. Clone the repository
|
| 28 |
# Cloning into the current directory (/app)
|
| 29 |
-
RUN git clone https://github.com/keshan/mcp_hackathon.git
|
| 30 |
|
| 31 |
# 6. Install Python dependencies using uv
|
| 32 |
# uv sync will read pyproject.toml and install dependencies.
|
|
|
|
| 26 |
|
| 27 |
# 5. Clone the repository
|
| 28 |
# Cloning into the current directory (/app)
|
| 29 |
+
RUN git clone https://github.com/keshan/mcp_hackathon.git /app
|
| 30 |
|
| 31 |
# 6. Install Python dependencies using uv
|
| 32 |
# uv sync will read pyproject.toml and install dependencies.
|