add local retention to containerfile
This commit is contained in:
parent
1fe2b399d0
commit
82f93c1499
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue