Update Dockerfile
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM python:3.11
|
||||
FROM python:3.12
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
RUN apt -qq update && apt -qq install -y git wget ffmpeg mediainfo
|
||||
RUN pip install -r requirements.txt
|
||||
CMD ["python", "main.py"]
|
||||
CMD ["python", "main.py"]
|
||||
|
||||
Reference in New Issue
Block a user