From 8c8e837d70dc1d60fc833fe26fc1232e824bf645 Mon Sep 17 00:00:00 2001 From: Dylan Schultz <9121234+dylanschultzie@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:39:06 -0700 Subject: [PATCH] Update dockerfile Signed-off-by: Dylan Schultz <9121234+dylanschultzie@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7821acf..b5bf632 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,4 @@ COPY . . EXPOSE 53336 # Command to run the Flask application -CMD ["python", "main.py"] +CMD ["python", "run.py"]