FROM oven/bun:1.2.8-debian WORKDIR /app COPY . . RUN bun i RUN mkdir -p /app/logs WORKDIR packages/crawler CMD ["bun", "all"]