Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Brayheart authored May 10, 2024
1 parent 189e30f commit 169c6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
This command builds a Docker image named `mkdocs-site` from the Dockerfile in the current directory.
Note: If you have a permissions error run `sudo docker build -t mkdocs-site .` and enter your machines password.
5. Run the Docker container.
`docker run -p 8000:8000 -v $(pwd):/mkdocs-site`
` docker run -p 8000:8000 -v ${PWD}:/docs mkdocs-site`
This command runs the `mkdocs-site` image as a container and maps the container's port 8000 to port 8000 on your host machine, allowing you to access the MkDocs server.

### Notes
Expand Down

0 comments on commit 169c6c3

Please sign in to comment.