# Build the containers Building the project is as simple as invoking the `make` command according to following options: ```bash # All: documentation + production build make # Documentation make docs # Production build make prod # ----- # Development build make dev ```