Reduce layer count and update docs

This commit is contained in:
Chris (wolcen) Thompson 2024-03-27 21:49:39 -04:00
parent d9a22fddee
commit c6a7c2cab2
2 changed files with 10 additions and 11 deletions

View file

@ -11,8 +11,7 @@ To do a build/push to our container registry, first create a token at https://gi
Then, run:
```
docker build -t agaric/deploycontainer:latest .
docker tag agaric/deploycontainer:latest git.agaric.com/agaric/deploycontainer:latest
docker build -t git.agaric.com/agaric/deploycontainer:latest .
docker push git.agaric.com/agaric/deploycontainer:latest
```