FROM alpine:3.19 RUN apk add --no-cache postgresql-client curl zip tzdata WORKDIR /app COPY backup.sh . RUN chmod +x backup.sh CMD ["/app/backup.sh"]