You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deployment/ci-cd-license-key.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,8 @@ The recommended way to provide your license key to the `Telerik.Licensing` NuGet
53
53
54
54
### Docker
55
55
56
-
1. Create a Docker [build secret](https://docs.docker.com/build/building/secrets/) with the Telerik license key.
57
-
1. Set a `TELERIK_LICENSE` [environment variable in the container's environment] and use the license key from the secret.
56
+
1. [Create a Docker build secret](https://docs.docker.com/build/building/secrets/#using-build-secrets) that holds the Telerik license key file.
57
+
1. [Mount the secret](https://docs.docker.com/build/building/secrets/#secret-mounts) and set a `TELERIK_LICENSE` [environment variable in the container](https://docs.docker.com/build/building/secrets/#target).
0 commit comments