funapi / Dockerfile
imperialwool's picture
Update Dockerfile
bd9f2a7
raw
history blame
199 Bytes
FROM debian:latest
RUN dir
RUN ls
RUN apt update
RUN apt install ffmpeg python3 python3-pip -y
WORKDIR /
RUN pip install --no-cache-dir --upgrade -r requirements.txt
CMD ["python3", "app.py"]