imspidey commited on
Commit
f34a231
·
1 Parent(s): 9a1bcb7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN pip install ffmpeg
6
 
7
  COPY ./live.sh /code/live.sh
8
 
9
- RUN /bin/sh -c /code/live.sh
10
 
11
  COPY . .
12
 
 
6
 
7
  COPY ./live.sh /code/live.sh
8
 
9
+ RUN bash -c /code/live.sh
10
 
11
  COPY . .
12