Skip to content

Commit 42e4e7a

Browse files
fix: Change npm cache cleanup to use /config directory
Update npm cache cleanup paths in Dockerfile run-ci
1 parent d2057cf commit 42e4e7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ RUN set -ex && \
348348
\
349349
# Clear npm cache
350350
npm cache clean --force && \
351-
rm -rf /root/.npm /root/.cache && \
351+
rm -rf /config/.npm /config/.cache && \
352352
\
353353
# Install Antigravity CLI globally
354354
curl -fsSL https://antigravity.google/cli/install.sh | bash -s -- --dir /usr/local/bin && \

0 commit comments

Comments
 (0)