add local retention to containerfile

This commit is contained in:
Rowan 2025-01-02 21:17:33 -06:00
parent 1fe2b399d0
commit 82f93c1499

View file

@ -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"]