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

Update Dockerfile

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