Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix GitHub Action Run Error (#81)
# Pull Request ## Description This change optimises the Dockerfile for the analyser project: 1. Improved the `apk add` command by moving the `--no-cache` flag to the beginning, following best practices for Alpine Linux package management. 2. Replaced the `CMD` instruction with `ENTRYPOINT`, ensuring that the analyser module is always executed when the container starts, regardless of any additional command-line arguments passed to `docker run`. fixes #82 <img width="1522" alt="image" src="https://github.com/user-attachments/assets/766eda0b-a90d-4ca6-ad64-e0147a0cc230">
- Loading branch information