Update dockerfile.

This commit is contained in:
2026-06-07 11:37:52 +08:00
parent 1accac0e57
commit 5491ba5fbf
+1 -1
View File
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY . .
CMD ["python", "/app/main.py"] CMD ["python", "main.py"]