We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c79f7 commit 754d938Copy full SHA for 754d938
README.md
@@ -70,6 +70,7 @@ docker compose up
70
Make sure docker is running.
71
72
```bash
73
+# The --load flag ensures the built image is available locally
74
docker buildx build --platform linux/amd64 -t eliza-starter:v1 --load .
75
```
76
0 commit comments