FROM oven/bun AS builder WORKDIR /app COPY package.json bun.lock . COPY patches patches RUN bun install --production EXPOSE 3567 CMD ["bun", "dev"]