Commit Graph

7 Commits

Author SHA1 Message Date
Mauricio Siu
3483f0ef27 chore: update Dockerfile.docs to remove openapi.json copy step
- 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.
2025-11-30 01:19:45 -06:00
Mauricio Siu
26cfcb6b46 chore: reintroduce openapi.json copy step in Dockerfile.docs
- 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.
2025-11-30 01:17:44 -06:00
Mauricio Siu
3da6c92d01 chore: remove openapi.json copy step from Dockerfile.docs
- 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.
2025-11-30 01:15:19 -06:00
Mauricio Siu
6dbf34e2fe chore: update OpenAPI documentation paths and add openapi.json file
- 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.
2025-11-30 01:12:13 -06:00
Mauricio Siu
09053b66fd chore: generate OpenAPI documentation during build process
- Added a step in the Dockerfile to generate OpenAPI documentation by running the build:docs script for the docs application.
2025-11-30 01:05:07 -06:00
Mauricio Siu
c3f6112fc4 refactor: update node 2025-02-02 21:57:11 -06:00
Mauricio Siu
9321ed16ed feat: add monorepo 2024-10-27 22:16:31 -06:00