Reverted cors and added ffmpeg
This commit is contained in:
@@ -5,6 +5,7 @@ WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
RUN apt update && apt install -y ffmpeg
|
||||
|
||||
COPY . .
|
||||
CMD ["python", "main.py"]
|
||||
Reference in New Issue
Block a user