Skip to content

Commit 363a05b

Browse files
authored
Update Dockerfile
1 parent d44bab1 commit 363a05b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,8 @@ RUN --mount=type=tmpfs,target=/cache \
670670
mkdir -v -p /cache/.home-directories && \
671671
cp -at /cache/.home-directories/ "${HOME}" && \
672672
HOME="/cache/.home-directories/${HOME#/}" && \
673-
DENO_COMPAT=1 deno run -A npm:npm ci --no-audit --no-fund && \
674-
DENO_COMPAT=1 deno run -A npm:npm audit fix && \
673+
DENO_COMPAT=1 deno run --no-config -A npm:npm ci --no-audit --no-fund && \
674+
DENO_COMPAT=1 deno run --no-config -A npm:npm audit fix && \
675675
node npm:typescript/tsc
676676

677677
# Build app

0 commit comments

Comments
 (0)