- Removed the step that copies openapi.json to the docs public folder, streamlining the Docker build process.
- Updated the documentation generation command to clarify the source of openapi.json.
- 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.
- Eliminated the step that copied openapi.json to the docs public folder to streamline the Docker build process.
- This change aligns with recent documentation cleanup efforts and avoids redundancy in file management.
- Copied openapi.json to the docs public folder for easier access.
- Updated paths in generated documentation files to reference the new location of openapi.json.
- Ensured all references to openapi.json are consistent across documentation files.