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
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 34s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user