Update development.md
frdel committed
Jul 29, 2025 at 17:21 UTC
743ac4b60a1d963ec3198501c823b358eb6fd8eb
1 file changed
+6
docs/development.md
+6
@@ -143,3 +143,9 @@ You're now ready to contribute to Agent Zero, create custom extensions, or modif
143
## Next steps
144
- See [extensibility](extensibility.md) for instructions on how to create custom extensions.
145
- See [contribution](contribution.md) for instructions on how to contribute to the framework.
146
+
147
+## Want to build your docker image?
148
+- You can use the `DockerfileLocal` to build your docker image.
149
+- Navigate to your project root in the terminal and run `docker build -f DockerfileLocal -t agent-zero-local --build-arg CACHE_DATE=$(date +%Y-%m-%d:%H:%M:%S) .`
150
+- The `CACHE_DATE` argument is optional, it is used to cache most of the build process and only rebuild the last steps when the files or dependencies change.
151
+- See `docker/run/build.txt` for more build command examples.
\ No newline at end of file