diff --git a/Dockerfile b/Dockerfile index 4b87fe4..50be0f7 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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" ]