Update docker.mdx

This commit is contained in:
Maidul Islam
2023-03-09 16:26:32 -08:00
committed by GitHub
parent a676ce7c21
commit ef4a316558

View File

@@ -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 && ..."]