Skip to content

Commit b33b5ee

Browse files
dkleinF5y82
andcommitted
Update content/includes/waf/install-build-image.md
Co-authored-by: yar <y82@users.noreply.github.com>
1 parent 6e2e701 commit b33b5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/includes/waf/install-build-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Your folder should contain the following files:
1414
- _custom_log_format.json_
1515

1616
#### Building an image with NGINX Plus
17-
To build an image for NGINX Plus, use the following command that are not RHEL-based, replacing `<your-image-name>` as appropriate:
17+
To build an image for NGINX Plus, use the following command that is not RHEL-based, replacing `<your-image-name>` as appropriate:
1818

1919
```shell
2020
sudo docker build --no-cache --platform linux/amd64 --secret id=nginx-crt,src=nginx-repo.crt --secret id=nginx-key,src=nginx-repo.key --secret id=license-jwt,src=license.jwt -t <your-image-name> .

0 commit comments

Comments
 (0)