Update Dockerfile

This commit is contained in:
McCloudS
2024-03-20 14:57:36 -06:00
committed by GitHub
parent 9c1069a943
commit c4b317ff03

View File

@@ -16,6 +16,6 @@ RUN apt-get update \
ENV PYTHONUNBUFFERED=1
ADD https://raw.githubusercontent.com/McCloudS/subgen/main/launcher.py /subgen/launcher.py
ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py /subgen/subgen.py
ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen.py /subgen/subgen.py
CMD [ "bash", "-c", "python3 -u launcher.py" ]