1 2 3 4 5 6
FROM oven/bun COPY . /app WORKDIR /app/ RUN bun install RUN bun test CMD bun run /app/index.ts