video-stream/Dockerfile
2021-10-29 22:08:40 +05:30

9 lines
229 B
Docker

FROM nikolaik/python-nodejs:python3.10-nodejs17
RUN apt-get update && apt-get upgrade -y
RUN apt-get install ffmpeg -y
COPY . /py
WORKDIR /py
RUN pip3 install -U pip
RUN pip3 install -U -r requirements.txt
CMD python3 -m program