FROM ghcr.io/coleam00/bolt.new-any-llm:latest

# Only works build-time
COPY .env.local /app/.env.local
RUN pnpm build

