From ff1f6b189825f80d26b2819453534875353646a0 Mon Sep 17 00:00:00 2001 From: BattlefieldDuck <29337428+BattlefieldDuck@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:15:08 +0800 Subject: [PATCH] Update README.md --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b2a81f7..edb2157 100644 --- a/README.md +++ b/README.md @@ -131,21 +131,9 @@ Ctrl + P, Ctrl + Q ### Get Remote Build ID -#### Build the Docker Image +Go to the following URL: https://github.com/doctor-server/app-depots/blob/main/depots/232250.json -```sh -docker build --no-cache -f Dockerfile.buildid -t remote-buildid:232250 --build-arg APP_ID=232250 . -``` - -#### Retrieve the Remote Build ID - -Run the following command to get the build ID from the Docker container: - -```sh -docker run --rm remote-buildid:232250 -``` - -> 16015580 +In the JSON file, find the value of `depots.branches.public.buildid`. ### Building the Image