Skip to content

Commit 46c6555

Browse files
committed
feature: docker: io: npm_config_cache
1 parent 4fa0786 commit 46c6555

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile.io

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ COPY package.json /usr/src/cloudcmd/
1212
ENV DEBIAN_FRONTEND=noninteractive \
1313
PATH=/usr/local/src/cargo/bin:$PATH \
1414
NVM_DIR=/usr/local/src/nvm \
15-
DENO_DIR=/usr/local/src/deno
15+
DENO_DIR=/usr/local/src/deno \
16+
npm_config_cache=/tmp/npm-cache
1617

1718
ARG GO_VERSION=1.21.2
1819
ARG NVIM_VERSION=0.12.0

0 commit comments

Comments
 (0)