Skip to content

Commit 9a84963

Browse files
authored
fix: DoS code block fence issue (#1458)
* fix: code block fence issue + quick typo fix
1 parent 549681f commit 9a84963

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/nap-dos/deployment-guide/learn-about-deployment.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1878,7 +1878,8 @@ Make sure to replace upstream and proxy pass directives in this example with rel
18781878
For Debian/Ubuntu/Alpine/Amazon Linux:
18791879
18801880
```shell
1881-
DOCKER_BUILDKIT=1 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 app-protect-dos . ```
1881+
DOCKER_BUILDKIT=1 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 app-protect-dos .
1882+
```
18821883
18831884
For RHEL:
18841885
@@ -2001,7 +2002,7 @@ CMD ["sh", "/root/entrypoint.sh"]
20012002
### Debian Docker Deployment Example
20022003
20032004
```Dockerfile
2004-
# Where verionn can be: bullseye/bookworm
2005+
# Where version can be: bullseye/bookworm
20052006
FROM debian:bullseye
20062007
20072008
# Install prerequisite packages:

0 commit comments

Comments
 (0)