Updated Build (markdown)

Tobias Genannt 2026-02-03 11:55:02 +01:00
parent cb2554023b
commit 2936f9b271

@ -56,7 +56,6 @@ The Docker file knows multiple build targets:
- **`builder`**: It's goal is to compile all the Python dependencies. Thereby the other targets can be kept slimmer because they don't need to have all the build dependencies installed. It's also good for caching.
- **`main`**: Extends `builder` and adds all the NetBox code and all the configuration files.
- **`ldap`**: Extends `main` and adds ldap-related dependencies and configuration files.
### Automatic Build