hero docker added pull step

This commit is contained in:
Mik-TF 2024-04-29 20:04:47 -04:00
parent 4a14ee4df1
commit a25ecdcc68

View File

@ -76,6 +76,10 @@ Note that you will need to adjust the local path of the git repo and the docker
sudo docker start herodocker
```
- You can now run the previous line **docker exec** and continue your work.
- If you need to update the docker Hero image, run the following line:
```
docker pull ghcr.io/scottyeager/hero:latest
```
## Questions and Feedback