Update Dockerfile
This commit is contained in:
@@ -2,9 +2,8 @@ FROM python
|
|||||||
|
|
||||||
RUN apt-get update && apt-get install -y ffmpeg git gcc
|
RUN apt-get update && apt-get install -y ffmpeg git gcc
|
||||||
|
|
||||||
RUN pip3 install webhook_listener
|
RUN pip3 install flask requests
|
||||||
EXPOSE 8090
|
|
||||||
|
|
||||||
COPY ./subgen/subgen.py /
|
ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py /
|
||||||
|
|
||||||
CMD [ "python3", "-u", "/subgen.py"]
|
CMD [ "python3", "-u", "/subgen.py"]
|
||||||
|
|||||||
Reference in New Issue
Block a user