Skip to content

Commit 8f0c401

Browse files
cbrownstein-lambdageriom
authored andcommitted
Add missing argument
1 parent 8cce03b commit 8f0c401

File tree

1 file changed

+1
-1
lines changed
  • userguide/content/en/docs/Contribution guidelines

1 file changed

+1
-1
lines changed

userguide/content/en/docs/Contribution guidelines/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ locally with Docker, without installing any additional dependencies.
110110
1. Build the Docker container:
111111
112112
```bash
113-
docker build -t docsy/user-guide
113+
docker build -t docsy/user-guide .
114114
```
115115
116116
1. Run the container, mounting the repository as a shared volume:

0 commit comments

Comments
 (0)