keshan commited on
Commit
79870eb
·
verified ·
1 Parent(s): 4ae5ad2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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.