diff --git a/Containerfile b/Containerfile index 1d4dc57..6230782 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM docker.io/library/python:3.13.1-alpine3.21 RUN apk --update add jq; pip install b2 WORKDIR app -ADD b2-retention.sh entrypoint.sh ./ +ADD b2-retention.sh local-retention.sh entrypoint.sh ./ ENTRYPOINT ["./entrypoint.sh"]