Fix dockerfile
This commit is contained in:
@ -7,7 +7,7 @@ WORKDIR /app
|
|||||||
# Install dependencies with bun
|
# Install dependencies with bun
|
||||||
FROM base AS deps
|
FROM base AS deps
|
||||||
COPY package.json bun.lock* ./
|
COPY package.json bun.lock* ./
|
||||||
RUN bun install --no-save --frozen-lockfile
|
RUN bun install --frozen-lockfile
|
||||||
|
|
||||||
# Rebuild the source code only when needed
|
# Rebuild the source code only when needed
|
||||||
FROM base AS builder
|
FROM base AS builder
|
||||||
|
|||||||
Reference in New Issue
Block a user