Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +5 -5
Dockerfile
CHANGED
@@ -4,11 +4,11 @@ USER root
|
|
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,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
|
31 |
-
RUN chmod -R 777 /
|
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
|