File size: 175 Bytes
d27c910 | 1 2 3 4 5 | export CODEX_HOME=/workspace/.codex
export NPM_CONFIG_PREFIX=/workspace/.npm-global
export NPM_CONFIG_CACHE=/workspace/.npm-cache
export PATH=/workspace/.npm-global/bin:$PATH
|
d27c910 | 1 2 3 4 5 | export CODEX_HOME=/workspace/.codex
export NPM_CONFIG_PREFIX=/workspace/.npm-global
export NPM_CONFIG_CACHE=/workspace/.npm-cache
export PATH=/workspace/.npm-global/bin:$PATH
|