* ADD: initial commit
This commit is contained in:
17
vaultwarden-backup/Dockerfile
Normal file
17
vaultwarden-backup/Dockerfile
Normal file
@@ -0,0 +1,17 @@
|
||||
FROM alpine:latest
|
||||
LABEL maintainer.name="Uwe Hermann"\
|
||||
maintainer.email="uh@uleenucks.de"
|
||||
|
||||
ADD app /app
|
||||
|
||||
RUN chmod +x /app/*.sh \
|
||||
&& apk add --no-cache \
|
||||
postgresql15-client \
|
||||
tzdata \
|
||||
7zip \
|
||||
bash \
|
||||
supercronic
|
||||
|
||||
HEALTHCHECK CMD [ "/app/healthcheck.sh" ]
|
||||
|
||||
ENTRYPOINT ["/app/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user