made k8s specific changes

This commit is contained in:
2026-03-17 10:14:53 +05:30
parent fdd620dfe2
commit 6c26389c4e
14 changed files with 64 additions and 415 deletions

View File

@@ -8,6 +8,7 @@ RUN npx prisma generate
# Stage 2: Production
FROM mirror.gcr.io/library/node:20-alpine AS production
RUN apk add --no-cache openssl
WORKDIR /app
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/prisma ./prisma