Added the restic rest server and corrected a bug in Gandi

This commit is contained in:
2021-04-24 13:38:21 +02:00
parent bf41bdbb21
commit 2e65cf9bb0
3 changed files with 25 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ FROM alpine:latest
ADD updatedns.sh /usr/bin/updatedns.sh
RUN apk add --no-cache curl jq \
RUN apk add --no-cache bash curl jq \
&& chmod +x /usr/bin/updatedns.sh
CMD /usr/bin/updatedns.sh