From 19922fb88810906c84ee9b8614057bf79cca14b7 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Sun, 11 Feb 2024 08:50:57 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e04bcf..5187dbb 100755 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,6 @@ RUN apt-get update \ ADD https://raw.githubusercontent.com/McCloudS/subgen/launcher/launcher.py /subgen/launcher.py -CMD [ "python3", "-u", "launcher.py", "python3", "-u", "./subgen.py" ] +CMD [ "python3", "-u", "launcher.py", "&&", "python3", "-u", "subgen.py" ] EXPOSE 8090