From ef4a316558d00b00151b6dce2d39851947ab4769 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 9 Mar 2023 16:26:32 -0800 Subject: [PATCH] Update 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 b4224d6d0..5220833d8 100644 --- a/docs/integrations/platforms/docker.mdx +++ b/docs/integrations/platforms/docker.mdx @@ -42,7 +42,7 @@ Starting your service with the Infisical CLI pulls your secrets from Infisical a CMD ["infisical", "run", "---", "[your service start command]"] # example with single single command -CMD ["infisical", "run", "---", "npm run start"] +CMD ["infisical", "run", "---", "npm", "run", "start"] # example with multiple commands CMD ["infisical", "run", "--command", "npm run start && ..."]