更新 README.md

This commit is contained in:
Murasame Noa 2025-08-25 16:55:25 +08:00 committed by GitHub
parent 790609388b
commit 1be9b115d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ python app.py
<summary>docker</summary>
```bash
docker build -t mcstatus-api .
docker build -t mcstatus-api
docker run --name mcstatus-api -p 8000:8000 -d mcstatus-api
```