Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Pull Request ## Description This change optimises the Dockerfile and run script: - Simplifies the `COPY` command for `run.sh` by using the `--chmod` flag to set permissions in a single step. - Updates the `ENTRYPOINT` to directly execute `run.sh` without invoking `sh`. - Changes the shebang in `run.sh` from `#!/bin/bash` to `#!/bin/sh` for better compatibility with Alpine Linux. These modifications streamline the Docker image build process and improve the execution of the entry point script. fixes #92
- Loading branch information