This commit is contained in:
root
2025-12-14 10:39:18 +03:00
commit 639f4e2b4e
179 changed files with 21065 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
FROM alpine:latest
RUN apk add --no-cache postgresql-client bash
COPY cleaner.sh /cleaner.sh
RUN chmod +x /cleaner.sh
ENTRYPOINT ["/cleaner.sh"]