fix
This commit is contained in:
parent
82a9697ca7
commit
6bf6b547c8
|
|
@ -3,4 +3,5 @@ WORKDIR /app
|
|||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . .
|
||||
RUN apt-get update && apt-get install -y ffmpeg
|
||||
CMD ["python", "app"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue