Update Dockerfile

This commit is contained in:
McCloudS
2023-10-23 12:35:31 -06:00
committed by GitHub
parent 78755340b0
commit e34d6c2d4a

View File

@@ -4,6 +4,8 @@ WORKDIR /subgen
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
CMD [ "python3", "-u", "./subgen.py" ]