OptiJuegos commited on
Commit
d3d8cc5
verified
1 Parent(s): 87dd5aa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 ls
 
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"]