feat: Backup & Restore - Manual backup tested complete.
This commit is contained in:
@@ -24,8 +24,8 @@ RUN npm run build
|
||||
# Stage 2: Production runtime
|
||||
FROM node:lts-alpine AS production
|
||||
|
||||
# Install runtime dependencies only
|
||||
RUN apk add --no-cache dumb-init curl
|
||||
# Install runtime dependencies only (postgresql-client for backup/restore)
|
||||
RUN apk add --no-cache dumb-init curl postgresql-client
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user