diff --git a/Dockerfile b/Dockerfile index 7dd7f823..96354c9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN PATH="/usr/lib/node_modules/npm/bin:$PATH" COPY dockerzip . RUN unzip -o dockerzip -RUN bun trust --all +RUN bun pm trust --all RUN bun install COPY . .