From 8f0c401f836e65c493936cfc5c433f04ba083224 Mon Sep 17 00:00:00 2001 From: Cody Brownstein <105375373+cbrownstein-lambda@users.noreply.github.com> Date: Wed, 15 Jun 2022 09:25:19 -0700 Subject: [PATCH] Add missing argument --- userguide/content/en/docs/Contribution guidelines/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userguide/content/en/docs/Contribution guidelines/_index.md b/userguide/content/en/docs/Contribution guidelines/_index.md index 899b79d7b2..39ba2a2eda 100644 --- a/userguide/content/en/docs/Contribution guidelines/_index.md +++ b/userguide/content/en/docs/Contribution guidelines/_index.md @@ -110,7 +110,7 @@ locally with Docker, without installing any additional dependencies. 1. Build the Docker container: ```bash - docker build -t docsy/user-guide + docker build -t docsy/user-guide . ``` 1. Run the container, mounting the repository as a shared volume: