bep40 commited on
Commit
85c64e7
·
verified ·
1 Parent(s): ed0a702

Run restored revision b9b6ba4

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -7,6 +7,9 @@ RUN pip install --no-cache-dir fastapi uvicorn requests beautifulsoup4 lxml jinj
7
 
8
  COPY . .
9
 
 
 
 
10
  EXPOSE 7860
11
 
12
- CMD ["python", "restore_b9b6ba4_runner.py"]
 
7
 
8
  COPY . .
9
 
10
+ ENV VNEWS_RESTORE_REVISION=b9b6ba4
11
+ ENV VNEWS_REPO_ID=bep40/vnews
12
+
13
  EXPOSE 7860
14
 
15
+ CMD ["python", "restore_runner.py"]