removed auth dependency at build time

This commit is contained in:
2026-08-30 22:06:42 +00:00
parent 077e9f54b9
commit 0e8c3c70b8
2 changed files with 2 additions and 4 deletions

View File

@@ -1,7 +1,5 @@
FROM oven/bun AS builder
RUN bun
WORKDIR /app
COPY package.json bun.lock ./