Update Dockerfile

This commit is contained in:
McCloudS
2024-03-20 08:55:49 -06:00
committed by GitHub
parent b68f3735e4
commit 05eb601e20

View File

@@ -18,4 +18,4 @@ 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
CMD [ "bash", "-c", "python3 -u launcher.py && python3 -u subgen.py" ]
CMD [ "bash", "-c", "python3 -u launcher.py --update" ]