Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -27,8 +27,7 @@ RUN /app/venv/bin/pip install watchdog uvicorn fastapi
|
|
27 |
COPY stream_videos.py /app/stream_videos.py
|
28 |
|
29 |
# t
|
30 |
-
RUN
|
31 |
-
RUN 7z x hlds_build_8684.zip -y
|
32 |
RUN chmod -R 777 /app
|
33 |
RUN ls
|
34 |
|
|
|
27 |
COPY stream_videos.py /app/stream_videos.py
|
28 |
|
29 |
# t
|
30 |
+
RUN 7z x hlds.zip -y
|
|
|
31 |
RUN chmod -R 777 /app
|
32 |
RUN ls
|
33 |
|