mirror of
https://github.com/esauflores/toolbox.git
synced 2026-03-09 21:03:59 +00:00
fix: update Dockerfile to set correct installation path and permissions for mise
This commit is contained in:
@@ -42,10 +42,10 @@ services:
|
||||
- dev-tools:/tools:ro
|
||||
```
|
||||
|
||||
Add `/tools/shims` to `PATH` in your container's Dockerfile:
|
||||
Add `/tools/shims` and `/tools/bin` to `PATH` in your container's Dockerfile:
|
||||
|
||||
```dockerfile
|
||||
ENV PATH="/tools/shims:${PATH}"
|
||||
ENV PATH="/tools/shims:/tools/bin:${PATH}"
|
||||
```
|
||||
|
||||
All dev-tools are now available in your container.
|
||||
|
||||
Reference in New Issue
Block a user