diff --git a/Dockerfile b/Dockerfile index 16b7a03..38d051a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN bun add -g @sern/cli # Install dependencies FROM base AS deps COPY package.json bun.lock ./ -RUN bun install --frozen-lockfile +RUN bun install --frozen-lockfile --ignore-scripts # Build the application FROM base AS build