update entrypoint script with functions

This commit is contained in:
2022-07-01 10:09:03 +02:00
parent 67d68af90b
commit f2e86c9321
3 changed files with 134 additions and 69 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ run_docker_container() {
-e TZ="Europe/Vienna" \
-v "$PWD"/crontab.txt:/crontab.txt \
-v "$PWD"/maintain_repo.sh:/maintain_repo.sh \
-v "$PWD"/sshkeys:/sshkeys \
-v "$PWD"/sshkeys/clients:/sshkeys/clients \
-v "$PWD"/backups:/backups \
"$DOCKER_IMAGE_NAME":"$GIT_BRANCH"
}