diff --git a/Dockerfile b/Dockerfile index 8e8e7c2..69a3cf0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY --from=deps /app/node_modules ./node_modules COPY . . -RUN yarn build +RUN bun run build FROM base AS runner