- Removed the exclusion for the generated API documentation directory from .gitignore.
- This change ensures that the generated documentation files are no longer ignored during builds, aligning with recent documentation management efforts.
- Removed the exclusion for openapi.json and added the path for generated API documentation files.
- This change ensures that the generated documentation is properly managed and not ignored during builds.
- Added a step to copy openapi.json to the docs public folder, necessary for both generation and build processes.
- This change ensures that the OpenAPI documentation is correctly accessible during the Docker build.