Update Dockerfile

This commit is contained in:
McCloudS
2024-11-30 11:26:15 -07:00
committed by GitHub
parent 5e8e503760
commit d7ab4ab540

View File

@@ -18,5 +18,6 @@ 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.py /subgen/subgen.py
ADD https://raw.githubusercontent.com/McCloudS/subgen/main/language_code.py /subgen/language_code.py
CMD [ "bash", "-c", "python3 -u launcher.py" ]