add add'l docker build instructions

This commit is contained in:
Eric Dobbs 2022-09-24 11:22:42 -06:00
parent cb3aa63370
commit 502d6ccec7
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ git push --atomic origin main "$TAG"
Docker Hub
``` bash
docker build --tag $IMAGE . # if you haven't already
docker push $IMAGE
docker push dobbs/farm:latest
```