mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: docker: io: NPM_CONFIG_PACKAGE_LOCK=false
This commit is contained in:
parent
9d06279ba8
commit
b149288545
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|||
BUN_INSTALL=/usr/local/share/bun \
|
||||
NPM_CONFIG_CACHE=/tmp/.npm \
|
||||
NPM_CONFIG_PREFIX=/usr/local \
|
||||
NPM_CONFIG_PACKAGE_LOCK=false \
|
||||
PALABRA_DIR=/usr/local/share \
|
||||
XDG_CONFIG_HOME=/usr/local/etc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue