Auto Sync

This commit is contained in:
lhie1
2020-11-22 14:47:10 +08:00
parent a92304ec5e
commit 1d2eacc849
4 changed files with 337 additions and 0 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM alpine
RUN apk add --no-cache git openssh-client bash jq curl&& \
echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config
ADD *.sh /
ENTRYPOINT ["/entrypoint.sh"]