Fix docker-compose: lockfile name, lazy Resend init
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user