Spaces:
Running
Running
Run restored revision b9b6ba4
Browse files- 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", "
|
|
|
|
| 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"]
|