Spaces:
Running
Running
Force Docker rebuild for match_detail + VTV fixes
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -11,4 +11,5 @@ RUN echo 'from app_v2_entry import app; import rewrite_slide' > _run.py
|
|
| 11 |
|
| 12 |
EXPOSE 7860
|
| 13 |
|
|
|
|
| 14 |
CMD ["uvicorn", "_run:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 11 |
|
| 12 |
EXPOSE 7860
|
| 13 |
|
| 14 |
+
# Force rebuild: 2026-06-06 match_detail fix + VTV proxy fix
|
| 15 |
CMD ["uvicorn", "_run:app", "--host", "0.0.0.0", "--port", "7860"]
|