Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

Commit f1744b2

Browse files
Sylphy-0xd3acSylphy-0xd3ac
authored andcommitted
Update Dockerfile
1 parent aadc110 commit f1744b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ COPY . .
1717
EXPOSE 8000
1818

1919
# 启动命令
20-
CMD ["python3", "main.py"]
20+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"]

0 commit comments

Comments
 (0)