Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Dec 1, 2024
1 parent ab3ebe8 commit ff1f6b1
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ff1f6b1

Please sign in to comment.