Fix Dockerfile: use bun.lock instead of bun.lockb
All checks were successful
Build and Push Backend / build (push) Successful in 41s
All checks were successful
Build and Push Backend / build (push) Successful in 41s
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@ WORKDIR /app
|
|||||||
# Install dependencies
|
# Install dependencies
|
||||||
FROM base AS install
|
FROM base AS install
|
||||||
RUN mkdir -p /temp/prod
|
RUN mkdir -p /temp/prod
|
||||||
COPY package.json bun.lockb /temp/prod/
|
COPY package.json bun.lock /temp/prod/
|
||||||
RUN cd /temp/prod && bun install --frozen-lockfile --production
|
RUN cd /temp/prod && bun install --frozen-lockfile --production
|
||||||
|
|
||||||
# Copy source
|
# Copy source
|
||||||
|
|||||||
Reference in New Issue
Block a user