new content #159

Merged
mik-tf merged 1 commits from dev_2 into development 2024-10-23 13:15:08 +00:00
Showing only changes of commit b7a81dc0b8 - Show all commits

View File

@ -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