sync
All checks were successful
CI / Check syntax (pull_request) Successful in 10s
CI / Build Docker image (pull_request) Successful in 21s

This commit is contained in:
2025-09-04 20:46:33 +02:00
committed by t.behrendt
parent afc568a4e9
commit 5a25eca929
3 changed files with 239 additions and 3 deletions

View File

@@ -7,6 +7,10 @@ RUN apk update && apk add --no-cache \
postgresql-client \
jq
RUN curl -O https://dl.min.io/client/mc/release/linux-amd64/mc \
&& chmod +x mc \
&& mv mc /usr/local/bin/
WORKDIR /app
COPY src/backup.sh /app/backup.sh