Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docker): remove unnecessary sudo access for worker user
- Remove sudo access configuration as it's not required - Container already runs as non-root user (UID 500) by default - Maintain principle of least privilege for container security
- Loading branch information