From 78755340b04f1fc128117342323aa76e2641a60e Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:25:23 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59df325..f1b6245 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ RUN apt-get update && apt-get -y install python3 python3-pip ADD https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py /subgen/subgen.py -CMD [ "python3", "-u", "subgen.py" ] +CMD [ "python3", "-u", "./subgen.py" ] EXPOSE 8090