Spaces:
Sleeping
Sleeping
fix: Add configs/ directory to Dockerfile
Browse filesMissing import for company_name_filters caused Internal Server Error
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -9,6 +9,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 9 |
# Copy application code
|
| 10 |
COPY app.py .
|
| 11 |
COPY mcp_client.py .
|
|
|
|
| 12 |
COPY utils/ ./utils/
|
| 13 |
COPY mcp-servers/ ./mcp-servers/
|
| 14 |
|
|
|
|
| 9 |
# Copy application code
|
| 10 |
COPY app.py .
|
| 11 |
COPY mcp_client.py .
|
| 12 |
+
COPY configs/ ./configs/
|
| 13 |
COPY utils/ ./utils/
|
| 14 |
COPY mcp-servers/ ./mcp-servers/
|
| 15 |
|