feat: implement container-based backup using docker exec

This commit is contained in:
2026-06-19 14:34:09 +09:00
parent 5dbf69e963
commit e208e52ed9
3 changed files with 8 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ ENV NODE_ENV=production
WORKDIR /app
# Install curl for health checks and dumb-init for proper signal handling
RUN apk add --no-cache curl dumb-init
RUN apk add --no-cache curl dumb-init mysql-client
# Copy package files
COPY package*.json ./