Update Dockerfile

This commit is contained in:
Yonas Tewabe
2026-06-12 14:19:56 +03:00
committed by GitHub
parent 3b0025e7e7
commit 8ce8a80a51

View File

@@ -23,7 +23,7 @@ RUN pnpm turbo build --filter="@edr/payment-api..."
FROM base AS deployer
COPY --from=builder /app/ .
RUN pnpm deploy --filter="@edr/payment-api" --prod --legacy /deploy
RUN pnpm deploy --filter="@edr/payment-api" --prod --legacy --ignore-scripts /deploy
FROM node:24.15.0-alpine AS runner
RUN apk add --no-cache libc6-compat