From 0a8ec6b9daa61b64e20644fe9eedf04f055e5bc7 Mon Sep 17 00:00:00 2001 From: Lukas Ruflair Date: Fri, 16 Feb 2024 10:13:29 -0800 Subject: [PATCH] Update docker.mdx Fix typo in docker.mdx --- docs/integrations/platforms/docker.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/platforms/docker.mdx b/docs/integrations/platforms/docker.mdx index e9682b785..8fbf288ad 100644 --- a/docs/integrations/platforms/docker.mdx +++ b/docs/integrations/platforms/docker.mdx @@ -51,7 +51,7 @@ CMD ["infisical", "run", "--", "npm", "run", "start"] CMD ["infisical", "run", "--command", "npm run start && ..."] ``` -## Generate an service token +## Generate a service token Head to your project settings in the Infisical dashboard to generate an [service token](/documentation/platform/token). This service token will allow you to authenticate and fetch secrets from Infisical.