Skip to content

Commit 2e2fa64

Browse files
authored
Merge branch 'master' into test-dynamic-modules
2 parents 92a7958 + 2c4e966 commit 2e2fa64

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,12 @@ server {
128128
```
129129

130130
Refer to `run-docker.sh` script on how to run this container and properly mount required config files and assets.
131+
132+
## Development
133+
134+
Building an image:
135+
136+
```
137+
docker pull ghcr.io/macbre/nginx-http3:latest
138+
DOCKER_BUILDKIT=1 docker build . -t macbre/nginx --cache-from=ghcr.io/macbre/nginx-http3:latest --progress=plain
139+
```

0 commit comments

Comments
 (0)