Replace incorrect main file name.

This commit is contained in:
2026-06-07 11:13:53 +08:00
parent bc0eade839
commit 9665c30b46
+1 -1
View File
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY . .
CMD ["python", "app.py"] CMD ["python", "main.py"]