Sync deploy: backend, frontend, worker, docker, config

This commit is contained in:
Azouhri Abdelaziz
2026-02-04 20:10:28 +01:00
parent 00eedabbec
commit 80bd16b929

View File

@@ -21,7 +21,8 @@ RUN npm run build
# Production runner
FROM node:20-alpine AS runner
RUN apk add --no-cache tini
# OpenSSL required for Prisma engine (db push, db seed, runtime); tini for clean init
RUN apk add --no-cache openssl tini
WORKDIR /app