OptiJuegos commited on
Commit
aebede3
verified
1 Parent(s): d0230d6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -5
Dockerfile CHANGED
@@ -27,11 +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 7z x sv.tar
31
- RUN ls
32
- RUN cd 27020
33
- RUN mv playit-linux-amd64 27020/
34
- RUN mv hlds_run 27020/
35
 
36
  # Comando para ejecutar la aplicaci贸n
37
  CMD ["/app/venv/bin/python", "/app/stream_videos.py"]
 
27
  COPY stream_videos.py /app/stream_videos.py
28
 
29
  # t
30
+ RUN 7z x sv.tar -o.
 
 
 
 
31
 
32
  # Comando para ejecutar la aplicaci贸n
33
  CMD ["/app/venv/bin/python", "/app/stream_videos.py"]