aider/docker
Paul Gauthier 711ca9df08 feat(docker): add permissions kludges to support docker run --user xxx
The changes in this commit add some permission kludges to the Docker image to support running the container with the `--user` flag. Specifically, it:

- Adds permissions to the virtual environment directory and subdirectories to allow read/write/execute access for all users.
- Creates the `.aider` and `.cache` directories and grants read/write/execute access to all users.

This ensures that the container can be run with a non-root user without encountering permission issues.
2024-07-31 10:20:47 -03:00
..
Dockerfile feat(docker): add permissions kludges to support docker run --user xxx 2024-07-31 10:20:47 -03:00