feat: Backup & Restore - Manual backup tested complete.

This commit is contained in:
Eric Gullickson
2025-12-25 10:50:09 -06:00
parent 8ef6b3d853
commit 0357ce391f
38 changed files with 5734 additions and 1415447 deletions

View File

@@ -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