Optimize docker files

This commit is contained in:
2023-01-27 16:34:23 +01:00
parent 41362d2783
commit 274d7bc926
4 changed files with 39 additions and 40 deletions

4
docker/entrypoint.sh Normal file
View File

@@ -0,0 +1,4 @@
#! /bin/sh
echo "${SCHEDULE} sh nsupdate.sh" >> /etc/crontabs/root
crond -l 2 -f > /dev/stdout 2> /dev/stderr &