diff --git a/docs/hero_mdbook_docker.md b/docs/hero_mdbook_docker.md index 4593233..a0aa32f 100644 --- a/docs/hero_mdbook_docker.md +++ b/docs/hero_mdbook_docker.md @@ -42,10 +42,6 @@ Note that you will need to adjust the local path of the git repo and the docker ``` sudo docker run --net=host --name herodocker -d -v ~/code/git.ourworld.tf/tfgrid:/root/code/git.ourworld.tf/tfgrid ghcr.io/scottyeager/hero:latest ``` - - In our case, the docker path to the repo is the following - ``` - /root/code/git.ourworld.tf/tfgrid/info_tfgrid/ - ``` - Execute the Hero docker container ``` sudo docker exec -it herodocker bash