feat: implement container-based backup using docker exec
This commit is contained in:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user