Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Optimize Dockerfile and update run script (#99)
# Pull Request ## Description This PR optimises the Docker build process and updates the run script for improved execution: - Implements a multi-stage Docker build to reduce image size - Uses `poetry export` to generate a `requirements.txt` file - Installs dependencies directly from `requirements.txt` instead of using Poetry in the final image - Updates the `run.sh` script to change directories, display environment variables, and execute the analyser module directly with Python instead of using Poetry These changes aim to streamline the build process, reduce the final image size, and simplify the execution of the analyser. fixes #100
- Loading branch information