Update Dockerfile

This commit is contained in:
McCloudS
2024-03-20 08:56:38 -06:00
committed by GitHub
parent 05eb601e20
commit b0deaf5fb1

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 --update" ]
CMD [ "bash", "-c", "python3 -u launcher.py" ]