Update Dockerfile

This commit is contained in:
McCloudS
2023-01-31 08:39:14 -07:00
committed by GitHub
parent 08b0f3fcb8
commit 2dea61b459

View File

@@ -2,9 +2,8 @@ FROM python
RUN apt-get update && apt-get install -y ffmpeg git gcc
RUN pip3 install webhook_listener
EXPOSE 8090
RUN pip3 install flask requests
COPY ./subgen/subgen.py /
ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py /
CMD [ "python3", "-u", "/subgen.py"]