File size: 369 Bytes
d8d3c9d
6286137
d8d3c9d
85005fc
d8d3c9d
6286137
 
4a9d448
85005fc
 
 
4a9d448
 
1
2
3
4
5
6
7
8
9
10
11
12
13
FROM nikolaik/python-nodejs:python3.10-nodejs19

RUN apt-get update \
    && apt-get install -y --no-install-recommends ffmpeg aria2 \
    && apt-get clean \
    && rm -rf /var/lib/apt/lists/*

COPY . /app/
WORKDIR /app/
RUN python -m pip install --no-cache-dir --upgrade pip
RUN pip3 install --no-cache-dir --upgrade --requirement requirements.txt

CMD python3 -m Zaid