Update workflow with native runners

This commit is contained in:
Dries Augustyns
2025-12-05 08:19:04 +01:00
parent 04a64ef83a
commit f88e6f439d
2 changed files with 142 additions and 49 deletions
+2
View File
@@ -182,6 +182,8 @@ RUN mkdir -p \
# Stage 3: Production Runtime
# ============================================
FROM node:20-alpine AS runner
ARG TARGETPLATFORM
ARG BUILDPLATFORM
WORKDIR /app
# Install OpenSSL for Prisma, curl for health checks, nginx, and gettext (for envsubst)