From 5491ba5fbf96eb0abf7627ca9ef30275053edf88 Mon Sep 17 00:00:00 2001 From: Wei Hong Date: Sun, 7 Jun 2026 11:37:52 +0800 Subject: [PATCH] Update dockerfile. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 786e5ea..d5b5387 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . -CMD ["python", "/app/main.py"] \ No newline at end of file +CMD ["python", "main.py"] \ No newline at end of file