Update Dockerfile
This commit is contained in:
@@ -6,8 +6,9 @@ RUN apt-get update && apt-get -y install ffmpeg python3 python3-pip
|
|||||||
|
|
||||||
ENV PYTHONUNBUFFERED 1
|
ENV PYTHONUNBUFFERED 1
|
||||||
|
|
||||||
ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py /subgen/subgen.py
|
ADD https://raw.githubusercontent.com/McCloudS/subgen/main/bootstrap.sh /bootstrap.sh
|
||||||
|
RUN chmod +x /bootstrap.sh
|
||||||
|
|
||||||
CMD [ "python3", "-u", "./subgen.py" ]
|
CMD [ "/bootstrap.sh" ]
|
||||||
|
|
||||||
EXPOSE 8090
|
EXPOSE 8090
|
||||||
|
|||||||
Reference in New Issue
Block a user