bep40 commited on
Commit
122714d
·
verified ·
1 Parent(s): 13f19ce

rebuild: force COPY cache bust 721c3fb3d2d0

Browse files
Files changed (2) hide show
  1. Dockerfile +4 -2
  2. rebuild_721c3fb3d2d0.txt +1 -0
Dockerfile CHANGED
@@ -1,4 +1,3 @@
1
- # fdb9dad2-a8c8-4f85-8283-fb93e3890f5c-1781072429.8328588
2
  FROM python:3.12-slim
3
 
4
  WORKDIR /app
@@ -9,4 +8,7 @@ RUN pip install --no-cache-dir "beautifulsoup4>=4.12" lxml fastapi uvicorn reque
9
  COPY . .
10
  EXPOSE 7860
11
 
12
- CMD ["sh", "-c", "cd /app && python -c 'from app_v2_entry_fresh import app; from uvicorn import run; run(app, host=\"0.0.0.0\", port=7860)'"]
 
 
 
 
 
1
  FROM python:3.12-slim
2
 
3
  WORKDIR /app
 
8
  COPY . .
9
  EXPOSE 7860
10
 
11
+ # Verify: 721c3fb3d2d0
12
+ RUN python -c "from app_v2_entry import app; print('app_v2_entry OK')"
13
+
14
+ CMD ["uvicorn", "app_v2_entry:app", "--host", "0.0.0.0", "--port", "7860", "--reload"]
rebuild_721c3fb3d2d0.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ # Force rebuild 721c3fb3d2d0