Sync deploy: backend, frontend, worker, docker, config
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user