Update Dockerfile
This commit is contained in:
@@ -4,6 +4,8 @@ WORKDIR /subgen
|
|||||||
|
|
||||||
RUN apt-get update && apt-get -y install python3 python3-pip
|
RUN apt-get update && apt-get -y install python3 python3-pip
|
||||||
|
|
||||||
|
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/subgen/subgen.py /subgen/subgen.py
|
||||||
|
|
||||||
CMD [ "python3", "-u", "./subgen.py" ]
|
CMD [ "python3", "-u", "./subgen.py" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user