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