fix: copy patches to dockerfile
This commit is contained in:
@@ -2,6 +2,7 @@ FROM oven/bun:1.3.11-alpine AS build
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json bun.lock tsconfig.json ./
|
||||
COPY patches ./patches
|
||||
RUN bun install --frozen-lockfile
|
||||
|
||||
COPY src ./src
|
||||
|
||||
Reference in New Issue
Block a user