Fix docker-compose: lockfile name, lazy Resend init

This commit is contained in:
2026-01-27 17:20:28 +00:00
parent 54d1bb7240
commit 6620333def
2 changed files with 15 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ WORKDIR /app
# Install dependencies
FROM base AS install
COPY package.json bun.lockb ./
COPY package.json bun.lock ./
RUN bun install --frozen-lockfile --production
# Production image