Spaces:
Running
Running
fixing
Browse files- 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 .
|