Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ RUN pip install ffmpeg
|
|
6 |
|
7 |
COPY ./live.sh /code/live.sh
|
8 |
|
9 |
-
RUN
|
10 |
|
11 |
COPY . .
|
12 |
|
|
|
6 |
|
7 |
COPY ./live.sh /code/live.sh
|
8 |
|
9 |
+
RUN bash -c /code/live.sh
|
10 |
|
11 |
COPY . .
|
12 |
|