lovelylula commited on
Commit
1f07479
·
verified ·
1 Parent(s): 96ebfb4
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ COPY mcp_server.py .
18
  COPY env.example .
19
  COPY README.md .
20
  # If you have extra Python modules, copy them too
21
- COPY ./your_module_dir ./your_module_dir
22
 
23
  # Install Python dependencies
24
  RUN pip install --no-cache-dir -e .
 
18
  COPY env.example .
19
  COPY README.md .
20
  # If you have extra Python modules, copy them too
21
+ #COPY ./your_module_dir ./your_module_dir
22
 
23
  # Install Python dependencies
24
  RUN pip install --no-cache-dir -e .