1 2 3 4 5 6 7 8 9
FROM oven/bun COPY . /app WORKDIR /app/server RUN bun install CMD bun run /app/server/src/main.ts