Update dockerfile.

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