feature: docker: io: $PATH: add $HOME/.local/bin

This commit is contained in:
coderiaser 2026-04-04 18:30:01 +03:00
parent 77daf5028e
commit 4395a47178

View file

@ -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 \