Skip to content

Commit 6e2e701

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/waf/install/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ Your folder should contain the following files:
346346
- _Dockerfile_
347347
- _custom_log_format.json_
348348

349-
To build an image, use the following command for system that are not RHEL-based, replacing `<your-image-name>` as appropriate:
349+
To build an image, use the following command for a system that is not RHEL-based, replacing `<your-image-name>` as appropriate:
350350

351351
```shell
352352
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)