chore: cleanup — remove dead weight (prisma, db, examples, python scripts, workflow docs, redundant tsconfigs)
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 34s

This commit is contained in:
2026-05-13 12:16:11 +02:00
parent 6ad48efff9
commit bb268d4dea
108 changed files with 4747 additions and 2000 deletions
-2
View File
@@ -4,12 +4,10 @@ RUN apk add --no-cache libc6-compat openssl
RUN npm install -g bun
# Install dependencies
COPY package.json bun.lock* bun.lockb* ./
COPY prisma ./prisma/
RUN bun install --frozen-lockfile
# Copy source
COPY . .
# Generate Prisma client
RUN bunx prisma generate --schema=./prisma/schema.prisma
# Build the application
ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1