From 05eb601e205c272a463eab4a5abb17eaa500dbb5 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Wed, 20 Mar 2024 08:55:49 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb59a70..f340e03 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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" ]