Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -7,9 +7,9 @@ RUN pip install --no-cache-dir fastapi uvicorn requests beautifulsoup4 lxml jinj
|
|
| 7 |
|
| 8 |
COPY . .
|
| 9 |
|
| 10 |
-
RUN echo 'from app_v2_entry import app; import
|
| 11 |
|
| 12 |
EXPOSE 7860
|
| 13 |
|
| 14 |
-
# Rebuild trigger: fix
|
| 15 |
CMD ["uvicorn", "_run:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 7 |
|
| 8 |
COPY . .
|
| 9 |
|
| 10 |
+
RUN echo 'from app_v2_entry import app; import match_detail' > _run.py
|
| 11 |
|
| 12 |
EXPOSE 7860
|
| 13 |
|
| 14 |
+
# Rebuild trigger: fix match_detail scraping 2026-06-06 v3
|
| 15 |
CMD ["uvicorn", "_run:app", "--host", "0.0.0.0", "--port", "7860"]
|