From 7346b1f7729c7d0884f5ba705420f8a6aeb643b8 Mon Sep 17 00:00:00 2001 From: Murasame Noa <162931251+LeiSureLyYrsc@users.noreply.github.com> Date: Mon, 25 Aug 2025 16:56:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6763457..f3cbe7f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ python app.py docker ```bash -docker build -t mcstatus-api +docker build -t mcstatus-api . docker run --name mcstatus-api -p 8000:8000 -d mcstatus-api ```