Commit Graph
4 Commits
Author SHA1 Message Date
nsrb f2a4e8958c Refine Dockerfile for better-sqlite3 build process and verification
- Updated the Dockerfile to ensure better-sqlite3 is rebuilt from source by removing prebuilds and using node-gyp.
- Added verification checks to confirm the successful compilation of better_sqlite3.node and the absence of prebuilds.
- Enhanced dependency management during the Docker build process.
2026-08-03 14:14:28 +07:00
nsrb 2cc7650ebc Enhance Dockerfile for better-sqlite3 handling and build verification
- Added steps to remove prebuilds of better-sqlite3 to ensure compatibility with the image's glibc.
- Included verification checks for the existence of the compiled better_sqlite3.node file after rebuild and prune operations.
- Improved overall dependency management in the Docker build process.
2026-08-03 13:42:10 +07:00
nsrb 26c45e5177 Refactor Dockerfile for multi-stage build and better dependency management
- Updated Dockerfile to use a multi-stage build process for improved efficiency.
- Compiled better-sqlite3 from source in the builder stage.
- Pruned development dependencies in the runner stage to reduce image size.
- Streamlined the copying of necessary files between build stages.
2026-08-03 11:18:05 +07:00
nsrb 3799ad59f8 Add initial project structure with Docker support and chapter downloading functionality
- Created .dockerignore and .gitignore files to exclude unnecessary files from Docker builds.
- Added Dockerfile for multi-stage build setup, including dependencies and production environment configuration.
- Introduced docker-compose.yml for service orchestration, including FlareSolverr and the main application.
- Implemented core functionality for downloading manga chapters, including utilities for handling file paths and chapter metadata.
- Added ESLint configuration for code quality and consistency.
- Included JSDoc configuration for documentation generation.
- Established initial package.json and package-lock.json with necessary dependencies for the project.
2026-08-03 07:35:37 +07:00