auto backup and send via telegram
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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"]
|
||||
Reference in New Issue
Block a user