bep40 commited on
Commit
bbd0e1d
·
verified ·
1 Parent(s): f584a14

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. 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 rewrite_slide' > _run.py
11
 
12
  EXPOSE 7860
13
 
14
- # Rebuild trigger: fix VTV6/VTV10 mapping 2026-06-06
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"]