Skip to content

Commit

Permalink
docs: add info about building docker image (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek authored Sep 4, 2023
1 parent 4b606d1 commit 15490a7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/en/latest/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,12 @@ make build-on-debian
export APISIX_VERSION=master
make build-on-debian
```

### Build an image from customized/patched source code

1. `cd` into the root of APISIX project.
2. Use the provided [dockerfile](../../../debian-dev/Dockerfile.local) to build an image like so:

```shell
docker build -t apisix-dev-local -f /path/to/debian-dev/Dockerfile.local .
```

0 comments on commit 15490a7

Please sign in to comment.