Spaces:
Running
Running
Run restored 53ee7c5 with Shorts live patch
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
|
@@ -9,4 +9,7 @@ COPY . .
|
|
| 9 |
|
| 10 |
EXPOSE 7860
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
EXPOSE 7860
|
| 11 |
|
| 12 |
+
ENV VNEWS_RESTORE_REVISION=53ee7c5
|
| 13 |
+
ENV VNEWS_REPO_ID=bep40/vnews
|
| 14 |
+
|
| 15 |
+
CMD ["python", "restore_53ee7c5.py"]
|