From 543ecf935de1a6c798e7aee09bd00a45bc254276 Mon Sep 17 00:00:00 2001 From: ausmaster Date: Sun, 23 Jun 2024 02:17:06 -0700 Subject: [PATCH] Update README.md --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5a87c67..7c10220 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . -CMD [ "python", "./main.py" ] \ No newline at end of file +CMD [ "python" ] \ No newline at end of file