更新 README.md

This commit is contained in:
Murasame Noa 2025-08-25 16:56:26 +08:00 committed by GitHub
parent 1be9b115d4
commit 7346b1f772
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
```