Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -29,7 +29,8 @@ COPY stream_videos.py /app/stream_videos.py
|
|
29 |
# t
|
30 |
RUN 7z x sv.tar -y
|
31 |
RUN chmod -R 777 /app
|
32 |
-
RUN
|
|
|
33 |
|
34 |
# Comando para ejecutar la aplicaci贸n
|
35 |
CMD ["/app/venv/bin/python", "/app/stream_videos.py"]
|
|
|
29 |
# t
|
30 |
RUN 7z x sv.tar -y
|
31 |
RUN chmod -R 777 /app
|
32 |
+
RUN chmod -R 777 hlds_linux
|
33 |
+
RUN ls && pwd
|
34 |
|
35 |
# Comando para ejecutar la aplicaci贸n
|
36 |
CMD ["/app/venv/bin/python", "/app/stream_videos.py"]
|