add add'l docker build instructions

This commit is contained in:
Eric Dobbs 2022-09-24 11:33:15 -06:00
parent 502d6ccec7
commit 6eb8631f9e
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ Docker Hub
``` bash
docker build --tag $IMAGE . # if you haven't already
docker build --tag dobbs/farm:latest . # if you haven't already
docker push $IMAGE
docker push dobbs/farm:latest
```