mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: docker: io: $PATH: add $HOME/.local/bin
This commit is contained in:
parent
77daf5028e
commit
4395a47178
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ ENV cloudcmd_terminal=true \
|
|||
cloudcmd_terminal_path=gritty \
|
||||
cloudcmd_open=false \
|
||||
PATH=node_modules/.bin:$PATH \
|
||||
PATH=$HOME/.local/bin:$PATH \
|
||||
BUN_INSTALL_CACHE_DIR=/tmp/bun-cache \
|
||||
DENO_DIR=/tmp/deno-cache \
|
||||
LANG=en_US.UTF-8 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue