FROM oven/bun COPY . /app WORKDIR /app/ RUN bun install RUN bun test CMD bun run /app/index.ts