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 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"]
|
||||
|
||||
Reference in New Issue
Block a user