OptiJuegos commited on
Commit
a7e6d8c
·
verified ·
1 Parent(s): e6f09fa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 wget https://github.com/DevilBoy-eXe/hlds/releases/download/8684/hlds_build_8684.zip
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