Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update Dockerfile permissions and Python path (#84)
# Pull Request ## Description This change modifies the Dockerfile to enhance the execution environment for the analyser module: 1. Adds a `chmod +x analyser` command to ensure the analyser is executable. 2. Sets the `PYTHONPATH` environment variable to the root directory (`/`). These modifications improve the reliability and flexibility of the container setup, ensuring proper permissions and module accessibility. fixes #86
- Loading branch information