From 9916d202996f73eecba29d268fc12b45ac38c360 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Sat, 2 Mar 2024 08:25:12 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 67970fb..086efc5 100755 --- a/Dockerfile +++ b/Dockerfile @@ -27,5 +27,3 @@ ADD https://raw.githubusercontent.com/McCloudS/subgen/main/launcher.py /subgen/l 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" ] - -EXPOSE 9000