OptiJuegos commited on
Commit
8da5752
verified
1 Parent(s): a7e6d8c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -5
Dockerfile CHANGED
@@ -4,11 +4,11 @@ USER root
4
 
5
  ENV DEBIAN_FRONTEND noninteractive
6
 
7
- COPY . /app
8
 
9
- RUN chmod -R 777 /app
10
 
11
- WORKDIR /app
12
 
13
  # Apt Update
14
  RUN apt-get update -y
@@ -27,8 +27,8 @@ 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 hlds.zip -y
31
- RUN chmod -R 777 /app
32
  RUN ls
33
 
34
  # Comando para ejecutar la aplicaci贸n
 
4
 
5
  ENV DEBIAN_FRONTEND noninteractive
6
 
7
+ COPY . /
8
 
9
+ RUN chmod -R 777 /
10
 
11
+ WORKDIR /
12
 
13
  # Apt Update
14
  RUN apt-get update -y
 
27
  COPY stream_videos.py /app/stream_videos.py
28
 
29
  # t
30
+ RUN 7z x sv.tar -y
31
+ RUN chmod -R 777 /
32
  RUN ls
33
 
34
  # Comando para ejecutar la aplicaci贸n