mirror of
https://github.com/esauflores/toolbox.git
synced 2026-03-09 21:03:59 +00:00
fix: update README to include additional environment variables for Dockerfile
This commit is contained in:
@@ -42,9 +42,12 @@ services:
|
|||||||
- dev-tools:/tools:ro
|
- dev-tools:/tools:ro
|
||||||
```
|
```
|
||||||
|
|
||||||
Add `/tools/shims` and `/tools/bin` to `PATH` in your container's Dockerfile:
|
Add in your container's Dockerfile:
|
||||||
|
|
||||||
```dockerfile
|
```dockerfile
|
||||||
|
ENV MISE_DATA_DIR="/tools"
|
||||||
|
ENV MISE_CONFIG_DIR="/tools/config"
|
||||||
|
ENV MISE_CACHE_DIR="/tools/cache"
|
||||||
ENV PATH="/tools/shims:/tools/bin:${PATH}"
|
ENV PATH="/tools/shims:/tools/bin:${PATH}"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user